Skip to content

Commit

Permalink
update components/src/components/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch1009 committed Sep 19, 2024
1 parent a95b023 commit 5feb8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/src/components/index.ts
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 5feb8d1

Please sign in to comment.