Skip to content

Commit de233aa

Browse files
committed
fix(code-snippet): update export pattern to include missing export
1 parent e143a4d commit de233aa

File tree

1 file changed

+1
-1
lines changed
  • packages/react/src/components/CodeSnippet

1 file changed

+1
-1
lines changed

packages/react/src/components/CodeSnippet/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
export * from './CodeSnippet.Skeleton';
8+
export { default as CodeSnippetSkeleton } from './CodeSnippet.Skeleton';
99
export default from './CodeSnippet';

0 commit comments

Comments
 (0)