chore(repo): initialize planarchy workspace
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { TimelineView } from "~/components/timeline/TimelineView.js";
|
||||
|
||||
export default function TimelinePage() {
|
||||
return (
|
||||
<div className="h-full flex flex-col">
|
||||
<div className="p-6 pb-0">
|
||||
<h1 className="text-2xl font-bold text-gray-900">Timeline</h1>
|
||||
<p className="text-gray-500 text-sm mt-1">Interactive resource planning timeline</p>
|
||||
</div>
|
||||
<TimelineView />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user