update packages

This commit is contained in:
MichaelDvP
2023-10-27 17:19:08 +02:00
parent b1a3d6ea20
commit 2bac805ebf
3 changed files with 7 additions and 7 deletions

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';