added web-app and landing
This commit is contained in:
parent
af031877a5
commit
769fa105b8
198 changed files with 22132 additions and 10 deletions
|
|
@ -1,13 +0,0 @@
|
|||
<script setup lang="ts">
|
||||
import { RouterLink, RouterView } from 'vue-router'
|
||||
import KFooter from '@/components/KFooter.vue'
|
||||
import KNavbar from '@/components/KNavbar.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<k-navbar />
|
||||
<main>
|
||||
<RouterView />
|
||||
</main>
|
||||
<k-footer />
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue