Added a new route

Mainly for test and dev purposes
This commit is contained in:
2025-03-19 16:01:02 +01:00
parent 222b9d8914
commit 43981651b1
6 changed files with 70 additions and 3 deletions

View File

@@ -1,9 +1,11 @@
<script setup>
import { RouterLink, RouterView } from 'vue-router'
import app_footer from './components/footer.vue';
import GOLbackground from '@/components/GOLbackground.vue';
</script>
<template>
<GOLbackground />
<RouterView/>