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

6 lines
101 B
TypeScript
Raw Normal View History

2024-06-05 08:52:41 +02:00
import { Home } from "@link-stack/bridge-ui";
2024-05-09 07:42:44 +02:00
2024-03-04 13:52:20 +01:00
export default function Page() {
2024-05-09 07:42:44 +02:00
return <Home />;
2024-03-04 13:52:20 +01:00
}