Skip to content

Commit

Permalink
refactor(storybook): update ui index components exports
Browse files Browse the repository at this point in the history
  • Loading branch information
tarantilis committed Feb 14, 2022
1 parent b2e9f83 commit ce78d47
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/ui/index.js
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
export Banner from './Banner/Banner';

export Blockquote from './Blockquote/Blockquote';

export Breadcrumbs from './Breadcrumbs/Breadcrumbs';

export Footer from './Footer/Footer';

export Header from './Header/Header';

export InpageNavigation from './InpageNavigation/InpageNavigation';

export Logo from './Logo/Logo';

export Pullquote from './Pullquote/Pullquote';

export Timeline from './Timeline/Timeline';

0 comments on commit ce78d47

Please sign in to comment.