move file

This commit is contained in:
MaysWind
2025-01-07 00:08:27 +08:00
parent b0a9b2366e
commit cb142a65f3
8 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
<script setup lang="ts">
import { type Ref, ref, computed, useTemplateRef } from 'vue';
import { useI18n } from '@/lib/i18n.js';
import { useI18n } from '@/locales/helper.js';
import { copyObjectTo } from '@/lib/common.ts';
import type { MapInstance, MapPosition } from '@/lib/map/base.ts';