Skip to content

Commit

Permalink
move manifest imports from settings package
Browse files Browse the repository at this point in the history
  • Loading branch information
madsrasmussen committed Sep 7, 2023
1 parent 74c0831 commit a7e5659
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/packages/settings/manifests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { manifests as dashboardManifests } from './dashboards/manifests.js';
import { manifests as dataTypeManifests } from './data-types/manifests.js';
import { manifests as extensionManifests } from './extensions/manifests.js';
import { manifests as languageManifests } from './languages/manifests.js';
import { manifests as logviewerManifests } from '../log-viewer/manifests.js';
import { manifests as relationTypeManifests } from './relation-types/manifests.js';
import { manifests as settingsMenuManifests } from './menu.manifests.js';
import { manifests as settingsSectionManifests } from './section.manifests.js';
Expand All @@ -14,7 +13,6 @@ export const manifests = [
...dataTypeManifests,
...extensionManifests,
...languageManifests,
...logviewerManifests,
...relationTypeManifests,
...settingsMenuManifests,
...settingsSectionManifests,
Expand Down

0 comments on commit a7e5659

Please sign in to comment.