Skip to content

Commit 4f70638

Browse files
committed
fix: remove unused useContext import
1 parent d682022 commit 4f70638

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/components/Brokers/Broker/Configs/TableComponents/InputCell

1 file changed

+1
-1
lines changed

frontend/src/components/Brokers/Broker/Configs/TableComponents/InputCell/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { type FC, useState, useContext } from 'react';
1+
import React, { type FC, useState } from 'react';
22
import { useConfirm } from 'lib/hooks/useConfirm';
33
import { type CellContext } from '@tanstack/react-table';
44
import { type BrokerConfig } from 'generated-sources';

0 commit comments

Comments
 (0)