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.

13 lines
212 B

  1. /** @odoo-module **/
  2. import { Component } from "@odoo/owl";
  3. export class AppsBar extends Component {}
  4. Object.assign(AppsBar, {
  5. template: 'muk_web_theme.AppsBar',
  6. props: {
  7. apps: Array,
  8. },
  9. });