Files
tabler/preview/pages/forgot-password.astro
T

9 lines
234 B
Plaintext

---
import SingleLayout from '@shared/layouts/SingleLayout.astro'
import ForgotPasswordCard from '@shared/components/cards/ForgotPasswordCard.astro'
---
<SingleLayout title="Forgot password">
<ForgotPasswordCard />
</SingleLayout>