2026-03-17 00:00:28 +01:00
|
|
|
import PublicLanding from '~/components/PublicLanding';
|
2026-03-16 23:49:12 +01:00
|
|
|
|
2026-03-16 23:46:21 +01:00
|
|
|
export default function Home() {
|
2026-03-17 00:00:28 +01:00
|
|
|
return <PublicLanding />;
|
2026-03-16 23:46:21 +01:00
|
|
|
}
|