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

10 lines
298 B
Plaintext

---
// Port of preview/pages/forgot-password.html (layout: single)
import SingleLayout from '@shared/layouts/SingleLayout.astro';
import ForgotPasswordCard from '@shared/components/cards/ForgotPasswordCard.astro';
---
<SingleLayout title="Forgot password">
<ForgotPasswordCard />
</SingleLayout>