Remove .ts extension from import paths
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -223,7 +223,7 @@
|
||||
<script>
|
||||
import { storeToRefs, mapActions, } from 'pinia';
|
||||
import MapCompareStore from '@/stores/mapCompareStore';
|
||||
import LoginStore from '@/stores/login.ts';
|
||||
import LoginStore from '@/stores/login';
|
||||
import filesStore from '@/stores/files.js';
|
||||
import AllMapDataStore from '@/stores/allMapData.js';
|
||||
import PageAdmin from '@/stores/pageAdmin.js';
|
||||
|
||||
Reference in New Issue
Block a user