fixed the issue

This commit is contained in:
metatroncubeswdev 2026-06-12 19:59:28 -04:00
parent d073defbda
commit bdea15d7f0

View File

@ -1,6 +1,6 @@
/** @odoo-module */ /** @odoo-module */
import { SplitBillScreen } from "@pos_restaurant/app/split_bill_screen/split_bill_screen"; import { SplitBillScreen } from "@pos_restaurant/overrides/components/split_bill_screen/split_bill_screen";
import { patch } from "@web/core/utils/patch"; import { patch } from "@web/core/utils/patch";
import { useState } from "@odoo/owl"; import { useState } from "@odoo/owl";