resolve some warning

This commit is contained in:
2026-03-12 15:07:40 +01:00
parent 03d0e99b7a
commit 69a7541687
4 changed files with 2 additions and 5 deletions
-2
View File
@@ -1,5 +1,3 @@
import getXSRFToken from "../../utils/getXSRF.js";
// import fetchWrapper from "../../utils/fetchWrapper";
import {useContext, useEffect, useState} from "react";
import styles from "./ProfilePage.module.css";
import {AuthContext} from "../../contexts/Auth/AuthContext";