8 lines
119 B
Vue
8 lines
119 B
Vue
|
|
<template>
|
||
|
|
<MainView />
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script lang="ts" setup>
|
||
|
|
import { MainView } from './components/Main'
|
||
|
|
</script>
|