aethex-studio/app/dashboard/page.tsx

4 lines
139 B
TypeScript

import { DashboardPage } from "../../src/components/aethex/dashboard-page";
export default function Page() {
return <DashboardPage />;
}