Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
francescarpi committed Aug 13, 2024
1 parent 9de175d commit d7cf644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Settings/WorkingTime.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Setting } from "../../hooks/useSettings";
import { Box, Grid, TextField, Typography } from "@mui/material";
import { Box, Grid, Typography } from "@mui/material";

import MyInputField from "../atoms/MyInputField";

Expand Down

0 comments on commit d7cf644

Please sign in to comment.