fixing a linting error
This commit is contained in:
parent
2912c5fed3
commit
c0ede2f24d
|
@ -5,7 +5,6 @@ import {
|
|||
useParams,
|
||||
useSearchParams,
|
||||
} from 'react-router-dom';
|
||||
// @ts-ignore
|
||||
import {
|
||||
Button,
|
||||
Modal,
|
||||
|
@ -15,6 +14,7 @@ import {
|
|||
Tab,
|
||||
TabPanels,
|
||||
TabPanel,
|
||||
// @ts-ignore
|
||||
} from '@carbon/react';
|
||||
import Row from 'react-bootstrap/Row';
|
||||
import Col from 'react-bootstrap/Col';
|
||||
|
|
Loading…
Reference in New Issue