Skip to content

Commit

Permalink
feat(statefulviwingscard): added to export
Browse files Browse the repository at this point in the history
  • Loading branch information
davidicus committed Nov 3, 2023
1 parent 52cbce0 commit 9d75fa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ export { default as HeroBanner } from './components/HeroBanner/HeroBanner';
export { default as Input } from './components/Input/Input';
export { default as Select } from './components/Select/Select';
export { default as ViewingsList } from './components/ViewingsList/ViewingsList';
export { default as StatefulViewingsList } from './components/ViewingsList/StatefulViewingsList';
// 📑 Pages
export { default as Page } from './pages/Page';

0 comments on commit 9d75fa5

Please sign in to comment.