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, useParams,
useSearchParams, useSearchParams,
} from 'react-router-dom'; } from 'react-router-dom';
// @ts-ignore
import { import {
Button, Button,
Modal, Modal,
@ -15,6 +14,7 @@ import {
Tab, Tab,
TabPanels, TabPanels,
TabPanel, TabPanel,
// @ts-ignore
} from '@carbon/react'; } from '@carbon/react';
import Row from 'react-bootstrap/Row'; import Row from 'react-bootstrap/Row';
import Col from 'react-bootstrap/Col'; import Col from 'react-bootstrap/Col';