Skip to content

Commit

Permalink
UI: Fix prettier error in paths.constants.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
VakarisZ committed Dec 19, 2023
1 parent 5d221a7 commit b93b9b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ export enum PATHS {
ROOT = '/'
}

export const AUTHENTICATION_PATHS= [PATHS.SIGN_IN, PATHS.SIGN_UP];
export const AUTHENTICATION_PATHS = [PATHS.SIGN_IN, PATHS.SIGN_UP];

0 comments on commit b93b9b6

Please sign in to comment.