fix: fixed import path for build

This commit is contained in:
Daniel Ledda
2023-01-04 12:37:02 +01:00
parent 59f48c8398
commit 3908fbe6d1

View File

@@ -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,