This commit is contained in:
parent
fb5a3b8093
commit
58d8b661a8
1055 changed files with 116254 additions and 89 deletions
9
sites/reviews/src/pages/login.astro
Normal file
9
sites/reviews/src/pages/login.astro
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
import DefaultLayout from '@/layouts/DefaultLayout.astro';
|
||||
import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
|
||||
import LoginSection from '@/components/sections/login-section';
|
||||
---
|
||||
|
||||
<DefaultLayout title={SITE_TITLE} description={SITE_DESCRIPTION}>
|
||||
<LoginSection />
|
||||
</DefaultLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue