From 19113f13034e9c079908024ccb130519b79821c8 Mon Sep 17 00:00:00 2001 From: JustTemmie <47639983+JustTemmie@users.noreply.github.com> Date: Tue, 8 Jul 2025 20:57:40 +0200 Subject: [PATCH] feat: implement basic home page --- layouts/client.vue | 2 +- pages/home.vue | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 pages/home.vue diff --git a/layouts/client.vue b/layouts/client.vue index a1ee86d..516658c 100644 --- a/layouts/client.vue +++ b/layouts/client.vue @@ -7,7 +7,7 @@
- +
diff --git a/pages/home.vue b/pages/home.vue new file mode 100644 index 0000000..4182eb3 --- /dev/null +++ b/pages/home.vue @@ -0,0 +1,30 @@ + + + + + \ No newline at end of file