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
298 B
Plaintext
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>
|