<script setup> import Main from "./components/Main.vue"; </script> <template> <Main/> </template> <style scoped> </style>