<template>
<MainView />
</template>
<script lang="ts" setup>
import { MainView } from './components/Main'
</script>