From c900fde255b81f3681c17c7c24941773ea53f460 Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 18 Dec 2024 17:49:32 -0500 Subject: [PATCH] Types --- src/pages/forgot-password.astro | 9 +++++++++ src/pages/generic.astro | 9 +++++++++ src/pages/registeration.astro | 9 +++++++++ src/pages/sign-in.astro | 9 +++++++++ 4 files changed, 36 insertions(+) create mode 100644 src/pages/forgot-password.astro create mode 100644 src/pages/generic.astro create mode 100644 src/pages/registeration.astro create mode 100644 src/pages/sign-in.astro 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' +--- + +