diff --git a/src/pages/forgot-password.astro b/src/pages/forgot-password.astro new file mode 100644 index 0000000..cad7c7a --- /dev/null +++ b/src/pages/forgot-password.astro @@ -0,0 +1,9 @@ +--- +import Layout from '../layouts/Layout.astro' +--- + + diff --git a/src/pages/generic.astro b/src/pages/generic.astro new file mode 100644 index 0000000..13ba6cf --- /dev/null +++ b/src/pages/generic.astro @@ -0,0 +1,9 @@ +--- +import Layout from '../layouts/Layout.astro' +--- + + diff --git a/src/pages/registeration.astro b/src/pages/registeration.astro new file mode 100644 index 0000000..d9315f2 --- /dev/null +++ b/src/pages/registeration.astro @@ -0,0 +1,9 @@ +--- +import Layout from '../layouts/Layout.astro' +--- + + diff --git a/src/pages/sign-in.astro b/src/pages/sign-in.astro new file mode 100644 index 0000000..f668450 --- /dev/null +++ b/src/pages/sign-in.astro @@ -0,0 +1,9 @@ +--- +import Layout from '../layouts/Layout.astro' +--- + +