diff --git a/src/components/Footer.astro b/src/components/Footer.astro new file mode 100644 index 0000000..f464248 --- /dev/null +++ b/src/components/Footer.astro @@ -0,0 +1,39 @@ +--- +import CarbonArrowRight from "@/icons/CarbonArrowUpRight.vue" +const commit = "d9ea5cf7d6" +--- + + + + diff --git a/src/icons/CarbonArrowRight.vue b/src/icons/CarbonArrowRight.vue new file mode 100644 index 0000000..0cdf4a1 --- /dev/null +++ b/src/icons/CarbonArrowRight.vue @@ -0,0 +1,3 @@ + diff --git a/src/icons/CarbonArrowUpRight.vue b/src/icons/CarbonArrowUpRight.vue new file mode 100644 index 0000000..b1735db --- /dev/null +++ b/src/icons/CarbonArrowUpRight.vue @@ -0,0 +1,3 @@ + diff --git a/src/icons/CarbonRecentlyViewed.vue b/src/icons/CarbonRecentlyViewed.vue new file mode 100644 index 0000000..85066aa --- /dev/null +++ b/src/icons/CarbonRecentlyViewed.vue @@ -0,0 +1,3 @@ + diff --git a/src/layouts/Default.astro b/src/layouts/Default.astro index 5e2eb2c..90a8151 100644 --- a/src/layouts/Default.astro +++ b/src/layouts/Default.astro @@ -2,7 +2,6 @@ import Base from "@/layouts/Base.astro" --- - diff --git a/src/pages/index.astro b/src/pages/index.astro index 6d3d029..185c499 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,15 +1,19 @@ --- import Default from "@/layouts/Default.astro" import Button from "@/components/Button.vue" +import Search from "@/components/Search.vue" +import Footer from "@/components/Footer.astro" ---
- 0 / 1000 RQT + 0 / 5000 RQT
+
+