fix: ts imports
This commit is contained in:
parent
6fbdc0b4fc
commit
2f8d0d235a
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
</fwb-footer>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
<script setup lang="ts">
|
||||
import {
|
||||
FwbFooter,
|
||||
FwbFooterCopyright,
|
||||
|
|
|
|||
Reference in a new issue