diff --git a/src/utils/index.ts b/src/utils/index.ts index 9c03d2a..2b5edbb 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -1,5 +1,5 @@ export * from './getTheme'; -export * from './variables'; +export * from './Variables'; export * from './config'; export * from './format'; export * from './services';