Skip to content

Commit

Permalink
Lowercase file names
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Oct 25, 2018
1 parent 0dd6d1c commit 69bee83
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/models/i18n/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './Translation';
export * from './translation';
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/models/icons/files/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './FileIcon';
export * from './FileTypes';
export * from './fileIcon';
export * from './fileTypes';
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/models/icons/folders/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './FolderIcon';
export * from './FolderTheme';
export * from './folderIcon';
export * from './folderTheme';

0 comments on commit 69bee83

Please sign in to comment.