1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-07 20:02:23 +04:00
Files
tabler/preview/pages/sign-up.astro
T
2026-07-28 00:09:02 +02:00

10 lines
258 B
Plaintext

---
// Port of preview/pages/sign-up.html (layout: single)
import SingleLayout from '@shared/layouts/SingleLayout.astro';
import SignUpCard from '@shared/components/cards/SignUpCard.astro';
---
<SingleLayout title="Sign up">
<SignUpCard />
</SingleLayout>