8 lines
118 B
Vue
8 lines
118 B
Vue
<script setup lang="ts">
|
|
import AppShell from '@/shell/AppShell.vue'
|
|
</script>
|
|
|
|
<template>
|
|
<AppShell />
|
|
</template>
|