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 />
</template>
<script setup>
<script setup lang="ts">
import Navbar from './components/Navbar.vue'
import Footer from './components/Footer.vue';
</script>

View file

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