From 11d5b0c12b0b6f758701852fab8cd0b28bf47401 Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Wed, 7 Sep 2022 12:50:32 +0200 Subject: [PATCH] fix CreateFeatureButton unused imports --- .../feature/CreateFeatureButton/CreateFeatureButton.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/component/feature/CreateFeatureButton/CreateFeatureButton.tsx b/frontend/src/component/feature/CreateFeatureButton/CreateFeatureButton.tsx index 719dbca6a7..a23599196d 100644 --- a/frontend/src/component/feature/CreateFeatureButton/CreateFeatureButton.tsx +++ b/frontend/src/component/feature/CreateFeatureButton/CreateFeatureButton.tsx @@ -1,6 +1,5 @@ import classnames from 'classnames'; import { Link, useNavigate } from 'react-router-dom'; -import { Button, IconButton, Tooltip } from '@mui/material'; import useMediaQuery from '@mui/material/useMediaQuery'; import { Add } from '@mui/icons-material'; import { ConditionallyRender } from 'component/common/ConditionallyRender/ConditionallyRender';