Remove dead imports and constants from mapCompareStore
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -10,19 +10,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import { defineStore } from 'pinia';
|
import { defineStore } from 'pinia';
|
||||||
import { useAllMapDataStore } from '@/stores/allMapData';
|
|
||||||
import { INSIGHTS_FIELDS_AND_LABELS } from '@/constants/constants';
|
|
||||||
import ImgCapsuleGlow1 from '@/assets/capsule1-glow.svg';
|
|
||||||
import ImgCapsuleGlow2 from '@/assets/capsule2-glow.svg';
|
|
||||||
import ImgCapsuleGlow3 from '@/assets/capsule3-glow.svg';
|
|
||||||
import ImgCapsuleGlow4 from '@/assets/capsule4-glow.svg';
|
|
||||||
import ImgCapsule1 from '@/assets/capsule1.svg';
|
|
||||||
import ImgCapsule2 from '@/assets/capsule2.svg';
|
|
||||||
import ImgCapsule3 from '@/assets/capsule3.svg';
|
|
||||||
import ImgCapsule4 from '@/assets/capsule4.svg';
|
|
||||||
|
|
||||||
const ImgCapsulesGlow = [ImgCapsuleGlow1, ImgCapsuleGlow2, ImgCapsuleGlow3, ImgCapsuleGlow4];
|
|
||||||
const ImgCapsules = [ImgCapsule1, ImgCapsule2, ImgCapsule3, ImgCapsule4];
|
|
||||||
|
|
||||||
export const useMapCompareStore = defineStore('mapCompareStore', {
|
export const useMapCompareStore = defineStore('mapCompareStore', {
|
||||||
state: () => ({
|
state: () => ({
|
||||||
|
|||||||
Reference in New Issue
Block a user