Skip to content

Commit 9282eee

Browse files
committed
Fix eslint
1 parent 21109e1 commit 9282eee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

plugins/pivot/src/js/src/PivotPanel.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { forwardRef } from 'react';
2-
import { WidgetPanelProps } from '@deephaven/plugin';
32
import { type dh } from '@deephaven/jsapi-types';
4-
import { IrisGridPanel } from '@deephaven/dashboard-core-plugins';
5-
import useHydratePivotGrid from './useHydratePivotGrid';
63
import { LoadingOverlay } from '@deephaven/components';
4+
import { IrisGridPanel } from '@deephaven/dashboard-core-plugins';
5+
import { WidgetPanelProps } from '@deephaven/plugin';
76
import { getErrorMessage } from '@deephaven/utils';
7+
import useHydratePivotGrid from './useHydratePivotGrid';
88

99
// Unconnected IrisGridPanel type is not exported from dashboard-core-plugins
1010
// eslint-disable-next-line @typescript-eslint/no-explicit-any

plugins/pivot/src/js/src/useHydratePivotGrid.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { useCallback, useEffect, useState } from 'react';
1+
import { useCallback } from 'react';
22
import { useApi, useObjectFetch } from '@deephaven/jsapi-bootstrap';
33
import type { dh } from '@deephaven-enterprise/jsapi-coreplus-types';
44
import {

0 commit comments

Comments
 (0)