Skip to content

Commit

Permalink
fix(code-snippet): update export pattern to include missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Jan 23, 2020
1 parent e143a4d commit de233aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/CodeSnippet/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
* LICENSE file in the root directory of this source tree.
*/

export * from './CodeSnippet.Skeleton';
export { default as CodeSnippetSkeleton } from './CodeSnippet.Skeleton';
export default from './CodeSnippet';

0 comments on commit de233aa

Please sign in to comment.