Update builder to reference assets in frontend core
This commit is contained in:
parent
6694bdc651
commit
ff97e5af43
|
@ -13,7 +13,7 @@
|
|||
Body,
|
||||
notifications,
|
||||
} from "@budibase/bbui"
|
||||
import ErrorSVG from "assets/error.svg?raw"
|
||||
import ErrorSVG from "@budibase/frontend-core/assets/error.svg?raw"
|
||||
import { findComponent, findComponentPath } from "builderStore/componentUtils"
|
||||
|
||||
let iframe
|
||||
|
|
Loading…
Reference in New Issue