import { TimelinePage } from "../../../components/timeline/timeline-page";

export default function DashboardPage() {
  return <TimelinePage />;
}
