chore: remove unused stuff

This commit is contained in:
2025-03-11 15:43:36 +01:00
parent 34c030c1e9
commit 2a396457aa
7 changed files with 84 additions and 55 deletions

View File

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