"chore: update frontend dev script to include lint checks and add ESLint config file"
This commit is contained in:
@@ -4,4 +4,7 @@ export interface UserState {
|
||||
darkMode: boolean;
|
||||
hasSeenTutorial: boolean;
|
||||
loading: boolean;
|
||||
isSessionValid: boolean;
|
||||
session?: any;
|
||||
token?: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user