Skip to content

Commit e2e227d

Browse files
committed
fix missing import
1 parent 146f206 commit e2e227d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addons/website/static/src/website_builder/builder_urlpicker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import { useChildRef } from "@web/core/utils/hooks";
1313
import { pick } from "@web/core/utils/objects";
1414
import wUtils from "@website/js/utils";
1515
import { Plugin } from "@html_editor/plugin";
16+
import { registry } from "@web/core/registry";
1617

1718
export class BuilderUrlPicker extends Component {
1819
static template = "html_builder.BuilderUrlPicker";

0 commit comments

Comments
 (0)