Skip to content

Commit

Permalink
chore: renamed some files, only components are capitalized
Browse files Browse the repository at this point in the history
  • Loading branch information
Onizuka-wl committed Oct 3, 2024
1 parent 5e29132 commit a695755
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './Config';
export * from './Theme';
export * from './config';
export * from './theme';
2 changes: 1 addition & 1 deletion src/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from './getTheme';
export * from './Variables';
export * from './variables';
export * from './config';
export * from './format';

0 comments on commit a695755

Please sign in to comment.