chore: remove unused stuff
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { InvalidTokenError, jwtDecode, JwtPayload } from "jwt-decode";
|
||||
import { jwtDecode, JwtPayload } from "jwt-decode";
|
||||
import { useEffect, useState } from "react";
|
||||
import { baseUrl } from "./api";
|
||||
import { redirect, useNavigate } from "react-router";
|
||||
import { useNavigate } from "react-router";
|
||||
|
||||
interface SetPassToken extends JwtPayload {
|
||||
name: string;
|
||||
|
Reference in New Issue
Block a user