Clean up image folder structure

This commit is contained in:
Michał Gdula 2024-05-08 10:27:15 +01:00
parent b8d9ded81e
commit a704082779
19 changed files with 9 additions and 9 deletions

View file

@ -3,7 +3,7 @@
import { Acorn, Fish, Leaf, Pepper, ArrowUpRight, GrainsSlash } from 'phosphor-svelte';
import { type Item, Labels} from "../lib/types";
import LoadingImage from '/MenuItemLoadingAlt.svg';
import LoadingImage from '/assets/MenuItemLoadingAlt.svg';
import {onMount} from "svelte";
export let item: Item;