Skip to content

Commit

Permalink
chore: Simplify path
Browse files Browse the repository at this point in the history
  • Loading branch information
ramedina86 committed Aug 29, 2024
1 parent 49a597f commit 693d03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/src/builder/BuilderApp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ import BuilderHeader from "./BuilderHeader.vue";
import BuilderSettings from "./BuilderSettings.vue";
import BuilderEditor from "./BuilderEditor.vue";
import BuilderSidebar from "./BuilderSidebar.vue";
import ComponentRenderer from "../../src/renderer/ComponentRenderer.vue";
import ComponentRenderer from "@/renderer/ComponentRenderer.vue";
import BuilderComponentShortcuts from "./BuilderComponentShortcuts.vue";
import injectionKeys from "../injectionKeys";
import BuilderInstanceTracker from "./BuilderInstanceTracker.vue";
Expand Down

0 comments on commit 693d03a

Please sign in to comment.