diff --git a/src/utils/configs.ts b/src/utils/config.ts similarity index 100% rename from src/utils/configs.ts rename to src/utils/config.ts diff --git a/src/utils/index.ts b/src/utils/index.ts index dbe1844..e558945 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -1,4 +1,4 @@ export * from './getTheme'; -export * from './variabless'; -export * from './configs'; +export * from './variables'; +export * from './config'; export * from './format'; diff --git a/src/utils/variabless.ts b/src/utils/variables.ts similarity index 100% rename from src/utils/variabless.ts rename to src/utils/variables.ts