Bundle icons into a single file.

This commit is contained in:
2026-01-30 19:12:27 +00:00
parent 4f39875786
commit be69164c8f
6 changed files with 22 additions and 10 deletions
+2 -1
View File
@@ -11,9 +11,10 @@
<script setup lang="ts">
import { useMainStore } from '@/stores/main'
import cog from '@/assets/svg/cog.svg'
import { Cog } from '@/assets/svg'
import { exists } from '@/utils/fileutil'
const cog = Cog
const store = useMainStore()
const props = defineProps<{
path: string[],