Skip to content

Commit

Permalink
Removes unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryan-Dang committed Nov 13, 2022
1 parent 583c4fa commit 59fb149
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/Todo/FridgeItem.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import api from "../../api/api";
import { Server } from "../../utils/config";
import { deleteButton } from "../icons";
import React, {useEffect, useState} from "react";
import React, {useState} from "react";

import {Grid, Typography, Box, IconButton, Alert, Collapse, Paper, Modal, Button, TextField} from '@mui/material'
import {Typography, Box, Modal, Button} from '@mui/material'

import Select from 'react-select'
// import Select from 'react-select'


const FridgeItem = ({ item, setStale }) => {
Expand Down

0 comments on commit 59fb149

Please sign in to comment.