This commit is contained in:
MichaelDvP
2023-10-29 17:46:10 +01:00
10 changed files with 670 additions and 660 deletions

File diff suppressed because one or more lines are too long

View File

@@ -4,4 +4,4 @@ enableGlobalCache: false
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.0.0.cjs
yarnPath: .yarn/releases/yarn-4.0.1.cjs

View File

@@ -73,5 +73,5 @@
"vite-plugin-imagemin": "^0.6.1",
"vite-tsconfig-paths": "^4.2.1"
},
"packageManager": "yarn@4.0.0"
"packageManager": "yarn@4.0.1"
}

View File

@@ -1,4 +1,4 @@
import { jwtDecode } from "jwt-decode";
import { jwtDecode } from 'jwt-decode';
import { ACCESS_TOKEN, alovaInstance } from './endpoints';
import type * as H from 'history';
import type { Path } from 'react-router-dom';