fix: replaces old project schema

This commit is contained in:
2025-08-03 11:29:04 +04:00
parent 3e1d544b33
commit 624c94155c
3 changed files with 5 additions and 7 deletions

View File

@ -7,8 +7,8 @@ import React, {
useEffect,
useState,
} from "react";
import { ProjectSchema } from "@/client";
import useProjectsList from "@/hooks/useProjectsList";
import { ProjectSchema } from "@/types/ProjectSchema";
type ProjectsContextState = {
selectedProject: ProjectSchema | null;