fixing a linting error

This commit is contained in:
Dan 2022-12-21 13:01:38 -05:00
parent 2912c5fed3
commit c0ede2f24d
1 changed files with 1 additions and 1 deletions

View File

@ -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';