Bundle icons into a single file.

This commit is contained in:
Leo Vasanko
2026-01-30 19:12:27 +00:00
parent 26b7a8595e
commit 1dab7f0fd1
6 changed files with 22 additions and 10 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
<script setup lang=ts>
import { computed, ref } from 'vue'
import type { Doc } from '@/repositories/Document'
import PlayIcon from '@/assets/svg/play.svg'
import { Play as PlayIcon } from '@/assets/svg'
const aud = ref<HTMLAudioElement | null>(null)
const vid = ref<HTMLVideoElement | null>(null)