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.

apps.js 188B

123456
  1. import rebuildNavigation from './service/rebuild-navigation.js'
  2. window.OC.Settings = window.OC.Settings || {}
  3. window.OC.Settings.Apps = window.OC.Settings.Apps || {
  4. rebuildNavigation,
  5. }