diff --git a/test_themes/static/src/systray_items/website_switcher.js b/test_themes/static/src/systray_items/website_switcher.js index b5da7a1f1..110e70da4 100644 --- a/test_themes/static/src/systray_items/website_switcher.js +++ b/test_themes/static/src/systray_items/website_switcher.js @@ -3,8 +3,7 @@ import { patch } from "@web/core/utils/patch"; import { useService } from '@web/core/utils/hooks'; import { WebsiteSwitcherSystray } from '@website/systray_items/website_switcher'; - -const { onMounted, useState } = owl; +import { onMounted, useState } from "@odoo/owl"; patch(WebsiteSwitcherSystray.prototype, { setup() {