File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11export * from './PluginsContext' ;
22export * from './PluginTypes' ;
33export * from './PluginUtils' ;
4- export * from './pluginSortUtil ' ;
4+ export * from './sortPluginsByDependency ' ;
55export * from './TablePlugin' ;
66export * from './useCustomThemes' ;
77export * from './useDashboardPlugins' ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11import { sortPluginsByDependency } from './sortPluginsByDependency' ;
2- import { type PluginManifestPluginInfo } from '.. /PluginUtils' ;
2+ import { type PluginManifestPluginInfo } from './PluginUtils' ;
33
44function makeManifestPlugin (
55 name : string ,
Original file line number Diff line number Diff line change 11import Log from '@deephaven/log' ;
2- import { type PluginManifestPluginInfo } from '.. /PluginUtils' ;
2+ import { type PluginManifestPluginInfo } from './PluginUtils' ;
33
44const log = Log . module ( '@deephaven/plugin.sortPluginsByDependency' ) ;
55
You can’t perform that action at this time.
0 commit comments