diff --git a/src/types/Config.ts b/src/types/Configs.ts similarity index 100% rename from src/types/Config.ts rename to src/types/Configs.ts diff --git a/src/types/Theme.ts b/src/types/Themes.ts similarity index 100% rename from src/types/Theme.ts rename to src/types/Themes.ts diff --git a/src/types/index.ts b/src/types/index.ts index fca3052..8292131 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -1,2 +1,2 @@ -export * from './config'; -export * from './theme'; +export * from './Configs'; +export * from './Themes';