enhanced ui
This commit is contained in:
4
frontend/src/components/tasks/index.ts
Normal file
4
frontend/src/components/tasks/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export { default as KanbanBoard } from "./KanbanBoard";
|
||||
export { default as TaskList } from "./TaskList";
|
||||
export type { Task } from "./KanbanBoard";
|
||||
|
||||
Reference in New Issue
Block a user