Skip to content

Commit

Permalink
copysnippet fix
Browse files Browse the repository at this point in the history
  • Loading branch information
staranbeer committed May 21, 2023
1 parent 554d4a8 commit 4029dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export { Block } from './components/Block';
export type { JengaBlockProps } from './components/Block';
export { ActiveZone } from './components/content/ActiveZone/ActiveZone';
export type { JengaActiveZoneProps } from './components/content/ActiveZone/ActiveZone';
export * from './components/content/CopySnippet';
export { CopySnippet } from './components/content/CopySnippet';
export { Grid } from './components/layout/Grid';
export type { JengaGridProps } from './components/layout/Grid';
export { Flex } from './components/layout/Flex';
Expand Down

0 comments on commit 4029dd0

Please sign in to comment.