Skip to content

Commit bf6fe06

Browse files
committed
#1637 removing unused imports
1 parent a6dddd6 commit bf6fe06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/components/ChangeRequestDetailCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* See the LICENSE file in the repository root folder for details.
44
*/
55

6-
import { Card, CardContent, Grid, Hidden, Typography, useTheme } from '@mui/material';
6+
import { Card, CardContent, Grid, Typography, useTheme } from '@mui/material';
77
import Chip from '@mui/material/Chip';
88
import { green, blue, red, grey, purple } from '@mui/material/colors';
99
import { Box, Stack } from '@mui/system';

0 commit comments

Comments
 (0)