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 />
|
<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>
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
</fwb-footer>
|
</fwb-footer>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup lang="ts">
|
||||||
import {
|
import {
|
||||||
FwbFooter,
|
FwbFooter,
|
||||||
FwbFooterCopyright,
|
FwbFooterCopyright,
|
||||||
|
|
|
||||||
Reference in a new issue