Skip to content

Commit

Permalink
comment i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommytrg committed Jul 18, 2024
1 parent 88ad2c0 commit 44ef359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
</template>

<script lang="ts" setup>
import { useI18n } from 'vue-i18n'
// import { useI18n } from 'vue-i18n'
import WitnetLogo from '@/assets/svg/witnet-logo.svg?component'
import NavigationCursor from '@/assets/svg/navigation-cursor.svg?component'
const { t } = useI18n()
// const { t } = useI18n()
// const navLinks: any = ref([
// {
Expand Down

0 comments on commit 44ef359

Please sign in to comment.