Files
igny8/frontend/src/components/tasks/index.ts
2025-11-12 21:37:41 +05:00

5 lines
150 B
TypeScript

export { default as KanbanBoard } from "./KanbanBoard";
export { default as TaskList } from "./TaskList";
export type { Task } from "./KanbanBoard";