frontAnswerer/lib/index.ts

4 lines
68 B
TypeScript
Raw Normal View History

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