1
0
Fork 0
mirror of https://codeberg.org/MarkusThielker/next-ory.git synced 2025-04-18 00:21:18 +00:00
next-ory/dashboard/src/app/page.tsx
Markus Thielker 101601c287
NORY-8: add sidebar to the application
Moved theme toggle and logout button to the footer of the sidebar
2024-12-01 10:53:04 +01:00

3 lines
63 B
TypeScript

export default async function RootPage() {
return <></>;
}