mirror of
https://github.com/tabler/tabler.git
synced 2026-08-07 20:02:23 +04:00
d8956a06d6
Co-authored-by: Bartek <xbartoszdobija@gmail.com>
10 lines
258 B
Plaintext
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>
|