fix: ts imports

This commit is contained in:
Ninjdai 2025-08-11 23:10:38 +02:00
parent 6fbdc0b4fc
commit 2f8d0d235a
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@
<Footer /> <Footer />
</template> </template>
<script setup> <script setup lang="ts">
import Navbar from './components/Navbar.vue' import Navbar from './components/Navbar.vue'
import Footer from './components/Footer.vue'; import Footer from './components/Footer.vue';
</script> </script>

View file

@ -13,7 +13,7 @@
</fwb-footer> </fwb-footer>
</template> </template>
<script setup> <script setup lang="ts">
import { import {
FwbFooter, FwbFooter,
FwbFooterCopyright, FwbFooterCopyright,