Skip to content

Commit b46164f

Browse files
committed
fix: 🐛 export CssVars using correc casing
1 parent 2f9312e commit b46164f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export * from './Audio';
2828
export * from './context';
2929
export * from './theme';
3030
export * from './route';
31-
export * from './cssvars';
31+
export * from './CssVars';
3232

3333
// UI
3434
export * from './Portal';

0 commit comments

Comments
 (0)