mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 13:21:29 +04:00
9 lines
235 B
Plaintext
9 lines
235 B
Plaintext
---
|
|
import SingleLayout from '@shared/layouts/SingleLayout.astro';
|
|
import ForgotPasswordCard from '@shared/components/cards/ForgotPasswordCard.astro';
|
|
---
|
|
|
|
<SingleLayout title="Forgot password">
|
|
<ForgotPasswordCard />
|
|
</SingleLayout>
|