Skip to content

Commit 4c8c066

Browse files
committed
fix some broken imports
1 parent 001bc96 commit 4c8c066

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

addons/website_event/static/src/website_builder/event_page_option_plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { EVENT_PAGE, EVENT_PAGE_MAIN } from "@website/temp/website_event/option_sequence";
1+
import { EVENT_PAGE, EVENT_PAGE_MAIN } from "@website_event/website_builder/option_sequence";
22
import { Plugin } from "@html_editor/plugin";
33
import { withSequence } from "@html_editor/utils/resource";
44
import { _t } from "@web/core/l10n/translation";

addons/website_event_exhibitor/static/src/website_builder/event_page_option_plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { EXHIBITOR_FILTER, SPONSOR } from "@website/temp/website_event/option_sequence";
1+
import { EXHIBITOR_FILTER, SPONSOR } from "@website_event/website_builder/option_sequence";
22
import { Plugin } from "@html_editor/plugin";
33
import { withSequence } from "@html_editor/utils/resource";
44
import { registry } from "@web/core/registry";

addons/website_event_track/static/src/website_builder/event_track_page_option_plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { TRACK } from "@website/temp/website_event/option_sequence";
1+
import { TRACK } from "@website_event/website_builder/option_sequence";
22
import { Plugin } from "@html_editor/plugin";
33
import { withSequence } from "@html_editor/utils/resource";
44
import { _t } from "@web/core/l10n/translation";

addons/website_mass_mailing/static/src/website_builder/newsletter_layout_option_plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { before } from "@html_builder/utils/option_sequence";
2-
import { NEWSLETTER_SELECT } from "@website/temp/website_mass_mailing/newsletter_subscribe_common_option_plugin";
2+
import { NEWSLETTER_SELECT } from "@website_mass_mailing/website_builder/newsletter_subscribe_common_option_plugin";
33
import { Plugin } from "@html_editor/plugin";
44
import { registry } from "@web/core/registry";
55
import { withSequence } from "@html_editor/utils/resource";

addons/website_sale/static/src/website_builder/products_list_page_option.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { BaseOptionComponent } from "@html_builder/core/utils";
2-
import { products_sort_mapping } from "@website/temp/website_sale/shared";
2+
import { products_sort_mapping } from "@website_sale/website_builder/shared";
33

44
export class ProductsListPageOption extends BaseOptionComponent {
55
static template = "website_sale.ProductsListPageOption";

addons/website_sale/static/src/website_builder/products_list_page_option_plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ProductsListPageOption } from "@website/temp/website_sale/products_list_page_option";
1+
import { ProductsListPageOption } from "@website_sale/website_builder/products_list_page_option";
22
import { Plugin } from "@html_editor/plugin";
33
import { _t } from "@web/core/l10n/translation";
44
import { rpc } from "@web/core/network/rpc";

addons/website_sale/static/src/website_builder/products_searchbar_option_plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { products_sort_mapping } from "@website/temp/website_sale/shared";
1+
import { products_sort_mapping } from "@website_sale/website_builder/shared";
22
import { Plugin } from "@html_editor/plugin";
33
import { _t } from "@web/core/l10n/translation";
44
import { registry } from "@web/core/registry";

addons/website_slides_forum/static/src/website_builder/slides_forum_page_option_plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { after } from "@html_builder/utils/option_sequence";
2-
import { FORUMS_INDEX } from "@website/temp/website_forum/forum_page_option_plugin";
2+
import { FORUMS_INDEX } from "@website_forum/website_builder/forum_page_option_plugin";
33
import { Plugin } from "@html_editor/plugin";
44
import { withSequence } from "@html_editor/utils/resource";
55
import { registry } from "@web/core/registry";

0 commit comments

Comments
 (0)