Fix interface import

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2026-03-27 14:05:00 +01:00
parent a969671152
commit 34781ff67a
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import getUserById from "../../utils/users/getUserById.js";
import ManageMember from "./components/ManageMember/ManageMember";
import uploadProfilePhoto from "../../utils/users/uploadProfilePhoto";
import deleteProfilePhoto from "../../utils/users/deleteProfilePhoto";
import type { AuthContextType } from "../../interfaces/AuthInterfaces";
import type { AuthContextType } from "../../interfaces/auth.interface";
import type TaskType from "../../interfaces/task.interface";
import type User from "../../interfaces/user.interface";