frontAnswerer/lib/index.ts
nflnkr 0d10f4a7da fix peer dependencies
export QuizView component from package
fix readme
2024-02-13 16:06:19 +03:00

4 lines
68 B
TypeScript

import QuizView from "./components/QuizView";
export { QuizView };