mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-07-16 00:37:21 +02:00
11 lines
145 B
Vue
11 lines
145 B
Vue
<template>
|
|
<router-view />
|
|
|
|
<Footer />
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import Footer from '@/components/layout/Footer.vue';
|
|
</script>
|
|
|