Fix errors

This commit is contained in:
dragongoose
2023-09-16 11:44:43 -04:00
parent e2682ba1a1
commit 5637e62900
5 changed files with 7 additions and 15 deletions

View File

@ -1,11 +1,9 @@
<script lang="ts">
import { ref } from 'vue'
import SearchBar from './SearchBar.vue'
import LanguageSwitcher from './LanguageSwitcher.vue'
export default {
components: {
SearchBar,
LanguageSwitcher
SearchBar
},
setup() {
return {