migrate to app dir and ssr
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { IServiceProject } from '@/server/services/project.service';
|
||||
import { formatDate } from '@/utils/date';
|
||||
import type { ColumnDef } from '@tanstack/react-table';
|
||||
|
||||
@@ -6,7 +7,6 @@ import type { Project as IProject } from '@mixan/db';
|
||||
import { ProjectActions } from './ProjectActions';
|
||||
|
||||
export type Project = IProject;
|
||||
|
||||
export const columns: ColumnDef<Project>[] = [
|
||||
{
|
||||
accessorKey: 'name',
|
||||
|
||||
Reference in New Issue
Block a user