diff --git a/components/src/components/index.ts b/components/src/components/index.ts index c76e304..666347e 100644 --- a/components/src/components/index.ts +++ b/components/src/components/index.ts @@ -1,4 +1,4 @@ -export {QuizCards, QuizComponent, ScoreModal} from './QuizCards'; +export {QuizCards, QuizComponent, ScoreModal,CardsHolder} from './QuizCards'; export {ExampleComponent} from './ExampleComponent' export {CountdownComponent,AnimatedBackground} from './CountDown' export {MainLandingPage } from './LandingPage'