web: move svg icons from lib to components

This commit is contained in:
wukko
2024-08-09 16:35:00 +06:00
parent 6bda6dab03
commit b71d51de21
13 changed files with 9 additions and 11 deletions

View File

@ -1,7 +1,7 @@
<script lang="ts">
import { onMount } from "svelte";
import CobaltSticker from "$lib/icons/CobaltSticker.svelte";
import CobaltSticker from "$components/icons/CobaltSticker.svelte";
// please add a source link (https://github.com/imputnet/cobalt) if you use this implementation
// i spent 4 hours switching between simulators and devices to get the best way to do this