Convert all store files from JavaScript to TypeScript
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import Swal from 'sweetalert2';
|
||||
import { useAllMapDataStore } from '@/stores/allMapData.js';
|
||||
import { useConformanceStore } from '@/stores/conformance.js';
|
||||
import { useFilesStore } from '@/stores/files.js';
|
||||
import { usePageAdminStore } from '@/stores/pageAdmin.js';
|
||||
import { useModalStore } from '@/stores/modal.js';
|
||||
import { useAllMapDataStore } from '@/stores/allMapData';
|
||||
import { useConformanceStore } from '@/stores/conformance';
|
||||
import { useFilesStore } from '@/stores/files';
|
||||
import { usePageAdminStore } from '@/stores/pageAdmin';
|
||||
import { useModalStore } from '@/stores/modal';
|
||||
import { escapeHtml } from '@/utils/escapeHtml.js';
|
||||
|
||||
const customClass = {
|
||||
|
||||
Reference in New Issue
Block a user