Skip to content

Commit 3e0c7e5

Browse files
committed
Fix lint issues
1 parent 3e60e6b commit 3e0c7e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/plugin/src/PluginTypes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import type { BaseThemeType } from '@deephaven/components';
2+
import type { WidgetDescriptor } from '@deephaven/dashboard';
23
import {
34
type EventEmitter,
45
type ItemContainer,
56
} from '@deephaven/golden-layout';
67
import type { dh } from '@deephaven/jsapi-types';
78
import type { IconDefinition } from '@fortawesome/fontawesome-common-types';
89
import type { TablePluginComponent } from './TablePlugin';
9-
import { WidgetDescriptor } from 'packages/dashboard/src/PanelEvent';
1010

1111
export const PluginType = Object.freeze({
1212
AUTH_PLUGIN: 'AuthPlugin',

0 commit comments

Comments
 (0)