From f51c69d3bc61d2e6dde3dcdce760ec0c8a0aea59 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 25 Sep 2022 22:24:13 +0200 Subject: [PATCH] add astro-reactive-form card to showcases --- src/pages/showcase.astro | 21 --------------------- src/pages/showcase/index.astro | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 21 deletions(-) delete mode 100644 src/pages/showcase.astro create mode 100644 src/pages/showcase/index.astro diff --git a/src/pages/showcase.astro b/src/pages/showcase.astro deleted file mode 100644 index 5474c61..0000000 --- a/src/pages/showcase.astro +++ /dev/null @@ -1,21 +0,0 @@ ---- -import Layout from "../layouts/Layout.astro"; -import Footer from "../components/Footer.astro"; -import Card from "../components/Card.astro"; -import Back from "../components/Back.astro"; ---- - - -
- -

Showcase Components

-
    - -
-
-
-
diff --git a/src/pages/showcase/index.astro b/src/pages/showcase/index.astro new file mode 100644 index 0000000..45ca988 --- /dev/null +++ b/src/pages/showcase/index.astro @@ -0,0 +1,33 @@ +--- +import Layout from "../../layouts/Layout.astro"; +import Footer from "../../components/Footer.astro"; +import Card from "../../components/Card.astro"; +import Back from "../../components/Back.astro"; +--- + + +
+ +

Showcase Components

+
    + + +
+
+
+
+ +