trello_fake/app/page.tsx

6 lines
140 B
TypeScript
Raw Normal View History

import ProjectDashboard from "@/components/dashboard/project-dashboard";
2025-12-05 19:26:44 +00:00
export default function Home() {
return <ProjectDashboard />;
2025-12-05 19:26:44 +00:00
}