fix problematic 'it' import
This commit is contained in:
parent
868a5d7d3d
commit
90eb953fa5
@ -1,6 +1,4 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { it } from 'node:test';
|
|
||||||
|
|
||||||
const { availableLocales, locale } = useI18n();
|
const { availableLocales, locale } = useI18n();
|
||||||
|
|
||||||
const localesLong: Record<string, string> = {
|
const localesLong: Record<string, string> = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user