From 3908fbe6d10e9c217b9a021d415dc8c04e32cec5 Mon Sep 17 00:00:00 2001 From: Daniel Ledda Date: Wed, 4 Jan 2023 12:37:02 +0100 Subject: [PATCH] fix: fixed import path for build --- src/ui/Root/RootView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/Root/RootView.tsx b/src/ui/Root/RootView.tsx index 0811a0c..f8eda12 100644 --- a/src/ui/Root/RootView.tsx +++ b/src/ui/Root/RootView.tsx @@ -6,7 +6,7 @@ import IconView from "@/ui/Widgets/Icon/IconView"; import BeatStore from "@/BeatStore"; import { Capsule, h, frag, Rung, RungOptions, ICapsule, ISubscriber } from "@djledda/ladder"; import AppState from "@/AppState"; -import ToolboxView from "./ToolboxView"; +import ToolboxView from "@/ui/Root/ToolboxView"; export type RootUINodeOptions = RungOptions & { title: string,