Skip to content

Commit

Permalink
refactor(services): append suffixes to file names (#125)
Browse files Browse the repository at this point in the history
* refactor(services): append suffixes to file names

* re-run actions
  • Loading branch information
domhhv authored Nov 2, 2024
1 parent 03f23b1 commit 8b9237f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
File renamed without changes.
10 changes: 5 additions & 5 deletions src/services/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export * from './habit';
export * from './occurrences';
export * from './user-account';
export * from './storage';
export * from './traits';
export * from './habits.service';
export * from './occurrences.service';
export * from './user-account.service';
export * from './storage.service';
export * from './traits.service';
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8b9237f

Please sign in to comment.