6 lines
116 B
TypeScript
6 lines
116 B
TypeScript
|
|
import GanttPage from "@/components/gantt/gantt-page";
|
||
|
|
|
||
|
|
export default function Gantt() {
|
||
|
|
return <GanttPage />;
|
||
|
|
}
|