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