wip: docker
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { formatDate } from '@/utils/date';
|
||||
import type { Project as IProject } from '@prisma/client';
|
||||
import type { ColumnDef } from '@tanstack/react-table';
|
||||
|
||||
import type { Project as IProject } from '@mixan/db';
|
||||
|
||||
import { ProjectActions } from './ProjectActions';
|
||||
|
||||
export type Project = IProject;
|
||||
|
||||
Reference in New Issue
Block a user