We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f400a commit 244ad6bCopy full SHA for 244ad6b
frontend/src/hooks/queries/project/useGetProjects.ts
@@ -1,6 +1,6 @@
1
import { useQuery } from "@tanstack/react-query";
2
import { getProjects } from "../../../apis/api/projectAPI";
3
-import { ProjectDTO } from "../../../types/projectDTO";
+import { ProjectDTO } from "../../../types/DTO/projectDTO";
4
5
const useGetProjects = () =>
6
useQuery<ProjectDTO[]>({
0 commit comments