You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
317 B
11 lines
317 B
/** @odoo-module **/
|
|
|
|
import { AppBar } from '@irie_backend_theme/components/app_side_bar/app_bar';
|
|
import { WebClient } from '@web/webclient/webclient';
|
|
import { HomeMenu } from '@irie_backend_theme/components/home_menu/home_menu';
|
|
|
|
WebClient.components = {
|
|
...WebClient.components,
|
|
AppBar,
|
|
HomeMenu
|
|
};
|
|
|