Skip to content

Commit

Permalink
Trying the default exports again
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiehuff committed Apr 9, 2019
1 parent 03bd5fa commit 8c5dc1e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './Breadcrumb';
export * from './BreadcrumbItem';
export * from './BreadcrumbHeading';
export { default as Breadcrumb } from './Breadcrumb';
export { default as BreadcrumbItem } from './BreadcrumbItem';
export { default as BreadcrumbHeading } from './BreadcrumbHeading';

0 comments on commit 8c5dc1e

Please sign in to comment.