chore: fix lint

This commit is contained in:
Matthew Russell 2024-02-13 13:37:12 -08:00
parent 1d9ee2382c
commit 0a25fdbdb8
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import {
type FirstDataRenderedEvent,
type SortChangedEvent,
type GridReadyEvent,
GridApi,
type GridApi,
} from 'ag-grid-community';
import { useCallback, useEffect, useRef } from 'react';

View File

@ -1,7 +1,7 @@
import { useState, useCallback } from 'react';
import {
OpenVolumeData,
openVolumeDataProvider,
type OpenVolumeData,
} from './positions-data-providers';
import { useDataProvider } from '@vegaprotocol/data-provider';