trello_fake/app/gantt/page.tsx

6 lines
116 B
TypeScript
Raw Permalink Normal View History

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