Skip to content

Commit

Permalink
chore(module-icon): rename route files for consistency
Browse files Browse the repository at this point in the history
Renamed various route files in the `module-icon` package to follow a consistent naming convention. This includes changing filenames to use camel case and aligning them with their respective endpoint names. This change improves the clarity and maintainability of the codebase by making file names more descriptive and aligned with their functionality.
  • Loading branch information
shorwood committed Jul 29, 2024
1 parent ab24f9a commit ed206a1
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions packages/module-icon/routes/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export * from './iconCollectionDelete'
export * from './iconCollectionGet'
export * from './iconCollectionImport'
export * from './iconCollectionSearch'
export * from './iconGet'
export * from './iconSearch'
export * from './icon'
export * from './icon.Search'
export * from './iconCollection'
export * from './iconCollection.Delete'
export * from './iconCollection.Import'
export * from './iconCollection.Search'

0 comments on commit ed206a1

Please sign in to comment.