Fix import path

This commit is contained in:
vorotamoroz
2025-10-30 09:35:17 +01:00
parent 91a4f234f1
commit 7eb9807aa5
6 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
* Mostly used in the Setting Dialogue
*/
import { type SveltePanelProps } from "./SveltePanel";
import InfoTable from "@lib/ui/components/InfoTable.svelte";
import InfoTable from "@lib/UI/components/InfoTable.svelte";
type Props = SveltePanelProps<{
info: Record<string, any>;
}>;