From 1138baf463d77c247c23bca8bec3f802997870d9 Mon Sep 17 00:00:00 2001 From: titix Date: Fri, 12 Jul 2024 17:41:51 -0300 Subject: [PATCH] style: file name --- src/utils/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';