Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac committed Jan 24, 2025
1 parent 5c9f828 commit e58529e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shell/core/plugins.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { productsLoaded } from '@shell/store/type-map';
import { clearModelCache } from '@shell/plugins/dashboard-store/model-loader';
import { Plugin } from './plugin';
import { EXT_IDS, Plugin } from './plugin';
import { PluginRoutes } from './plugin-routes';
import { UI_PLUGIN_BASE_URL } from '@shell/config/uiplugins';
import { ExtensionPoint } from './types';
import { EXT_IDS } from '@shell/core/plugin';

export default function(context, inject, vueApp) {
const {
Expand Down

0 comments on commit e58529e

Please sign in to comment.