Skip to content

Commit

Permalink
order
Browse files Browse the repository at this point in the history
  • Loading branch information
trishaprile committed Jun 18, 2024
1 parent 2f38dfa commit a9df53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export { default as Anchor } from './Anchor';
export { default as Callout } from './Callout';
export { default as Cards } from './CardsGrid';
export { default as Code } from './Code';
export { default as CodeTabs } from './CodeTabs';
export { default as Embed } from './Embed';
Expand All @@ -8,5 +9,4 @@ export { default as HTMLBlock } from './HTMLBlock';
export { default as Heading } from './Heading';
export { default as Image } from './Image';
export { default as Table } from './Table';
export { default as Cards } from './CardsGrid';
export { default as TableOfContents } from './TableOfContents';

0 comments on commit a9df53e

Please sign in to comment.