add shared

This commit is contained in:
Jurgis Sakalauskas
2025-10-14 09:14:01 +03:00
parent 3ac7e9183f
commit b20ab30ece
19 changed files with 134 additions and 211 deletions
+1 -1
View File
@@ -4,7 +4,6 @@ import {
fetchProjects,
updateProject,
type CreateProjectPayload,
type Project,
type ProjectsListResponse,
type UpdateProjectPayload
} from '../api/projects';
@@ -16,6 +15,7 @@ import {
type ProjectItemsResponse,
type UpdateItemPayload
} from '../api/items';
import type { Project } from '@shared/models/project';
import { useMutation, useQuery, useQueryClient } from '@tanstack/react-query';
const DEFAULT_LIMIT = 50;