refactoring

This commit is contained in:
antony
2024-12-22 17:04:13 +07:00
parent 955dd07c7f
commit 55d1e52670
5 changed files with 17 additions and 16 deletions
+1 -4
View File
@@ -1,10 +1,7 @@
<script setup lang="ts">
// import ContactRouter from "~/components/ContactRouter.vue"
</script>
<script setup lang="ts"></script>
<template>
<div class="container mx-auto p-4">
<h1 class="text-2xl font-bold mb-4">Nuxt 3 MFE Remote App</h1>
<!-- <ContactRouter /> -->
</div>
</template>