Skip to content

Commit

Permalink
cleanup unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelef committed Oct 10, 2023
1 parent 30e6b74 commit 946b109
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions website/src/TimeSeriesChart.jsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
import { useState, useEffect, useRef } from "react";
import { useParams, useNavigate } from "react-router-dom";
import Radio from "@mui/material/Radio";
import RadioGroup from "@mui/material/RadioGroup";
import TextField from "@mui/material/TextField";
import FormControlLabel from "@mui/material/FormControlLabel";
import FormControl from "@mui/material/FormControl";
import FormLabel from "@mui/material/FormLabel";
import Box from "@mui/material/Box";
import InputLabel from "@mui/material/InputLabel";
import MenuItem from "@mui/material/MenuItem";
import Select from "@mui/material/Select";
Expand Down

0 comments on commit 946b109

Please sign in to comment.