Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
poirazis committed Dec 11, 2023
1 parent a453f48 commit f216cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Component.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script>
import { getContext } from "svelte";
import { SuperTableColumn } from "../bb_super_components_shared/src/lib"
import { SuperTableColumn } from "../../bb_super_components_shared/src/lib"
import { findComponentById } from "../lib/builderHelpers"
const { styleable, builderStore, screenStore } = getContext("sdk");
Expand Down

0 comments on commit f216cca

Please sign in to comment.