Skip to content

Commit

Permalink
moved helpers to shared folder
Browse files Browse the repository at this point in the history
  • Loading branch information
azakharo committed Jan 2, 2025
1 parent 08491af commit 19c9abf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ indent_size = 2
end_of_line = lf
insert_final_newline = true
charset = utf-8

[Makefile]
indent_style = tab
2 changes: 1 addition & 1 deletion src/contexts/AuthContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
remUserId as remUserIdFromLocalStorage,
setAuthToken as putAuthTokenToLocalStorage,
setUserId as putUserIdToLocalStorage,
} from '@/helpers/localStorage';
} from '@/shared/helpers';
import UserLoggedIn from '@/types/UserLoggedIn';

export interface AuthState {
Expand Down
1 change: 1 addition & 0 deletions src/shared/helpers/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './localStorage';
File renamed without changes.

0 comments on commit 19c9abf

Please sign in to comment.