Skip to content

Commit

Permalink
Remove redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
VikramjeetD authored and AetherPrior committed Jun 13, 2020
1 parent 3300d1d commit a5f2ed1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client/src/components/layout/ShareTimeTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ import React, { useState } from "react";
import { Link } from "react-router-dom";
import Creatable from "react-select";
import { components } from "react-select";
import Radio from "@material-ui/core/Radio";
import RadioGroup from "@material-ui/core/RadioGroup";
import FormControlLabel from "@material-ui/core/FormControlLabel";
import FormControl from "@material-ui/core/FormControl";
import Typography from "@material-ui/core/Typography";
import Container from "@material-ui/core/Container";
import { makeStyles } from "@material-ui/core/styles";
Expand Down

0 comments on commit a5f2ed1

Please sign in to comment.