Skip to content

Commit

Permalink
fix(tokens): fix semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
matheushdsbr committed May 22, 2024
1 parent 65bb410 commit 66e2497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tokens/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ import znCn from './locale/zn-cn';
import { BreakpointsKey, BreakpointsType } from './global/breakpoints';

export { tokens as default, znCn, BreakpointsKey, BreakpointsType };
export * from './global'
export * from './global';

0 comments on commit 66e2497

Please sign in to comment.