mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 16:26:15 -04:00
fix problematic 'it' import
This commit is contained in:
parent
868a5d7d3d
commit
90eb953fa5
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue