Skip to content

Commit 24882e5

Browse files
committed
fix: unused exports
1 parent a8c0450 commit 24882e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/views/Dev/DevView.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { Card, CardActions, CardContent, CardHeader, Divider, Grid, Typography } from '@mui/material';
2-
import { AppButton, AppLink, AppIconButton, AppView } from '../../components';
1+
import { AppView } from '../../components';
32

43
/**
54
* Renders Development tools when env.REACT_APP_DEBUG is true

0 commit comments

Comments
 (0)