mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 13:21:29 +04:00
10 lines
276 B
Plaintext
10 lines
276 B
Plaintext
---
|
|
// title really is "Forgot password" in the Liquid source)
|
|
import SingleLayout from '@shared/layouts/SingleLayout.astro';
|
|
import AuthLockCard from '@shared/components/cards/AuthLockCard.astro';
|
|
---
|
|
|
|
<SingleLayout title="Forgot password">
|
|
<AuthLockCard />
|
|
</SingleLayout>
|