link-stack/apps/bridge-frontend/app/(main)/page.tsx

5 lines
60 B
TypeScript
Raw Normal View History

2024-03-04 13:52:20 +01:00
export default function Page() {
return <h1>Home</h1>;
}
2024-03-20 17:51:21 +01:00