trello_fake/app/gantt/page.tsx

6 lines
116 B
TypeScript

import GanttPage from "@/components/gantt/gantt-page";
export default function Gantt() {
return <GanttPage />;
}