Skip to content

Commit

Permalink
Merge pull request #100 from BUMETCS673/fix_warnings
Browse files Browse the repository at this point in the history
remove unused imports
  • Loading branch information
amanda-yee authored Oct 15, 2024
2 parents 9e675b2 + fd07ba5 commit ee97248
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion code/client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import {
Toolbar,
List,
Typography,
Divider,
ListItem,
ListItemButton,
ListItemIcon,
Expand Down
7 changes: 0 additions & 7 deletions code/client/src/components/CreateGoal.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,12 @@ import {
Box,
Typography,
TextField,
FormControl,
InputLabel,
Select,
MenuItem,
Grid2,
Button,
} from "@mui/material";
import {
box,
bigTitle,
inputLable,
inputBackground,
menuPropsStyles,
submitButton,
} from "./style/styles.js";

Expand Down

0 comments on commit ee97248

Please sign in to comment.