Skip to content

Commit

Permalink
fix(build): fix sections and snippets exports
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandg7 committed Dec 22, 2020
1 parent a92afc1 commit f3bfc71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './header/header';
export * from './footer/footer';
export * from './header/header.section';
export * from './footer/footer.section';
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './message/message';
export * from './message/message.snippet';

0 comments on commit f3bfc71

Please sign in to comment.