mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2024-11-16 22:29:24 +08:00
Removed unused imports in new product page
This commit is contained in:
parent
5b93ff241c
commit
76d9340e8d
1 changed files with 1 additions and 4 deletions
|
@ -1,11 +1,8 @@
|
||||||
import React, { useEffect, useState } from "react";
|
import React, { useState } from "react";
|
||||||
import styles from "../../styles";
|
import styles from "../../styles";
|
||||||
import { useNavigate } from "react-router-dom";
|
import { useNavigate } from "react-router-dom";
|
||||||
import AddIcon from "../../Components/Icons/AddIcon/AddIcon";
|
import AddIcon from "../../Components/Icons/AddIcon/AddIcon";
|
||||||
import { Button } from "@mui/material";
|
import { Button } from "@mui/material";
|
||||||
import { Navigate } from "react-router-dom";
|
|
||||||
import { LoginState } from "../../Interfaces/Interfaces";
|
|
||||||
import { useSelector } from "react-redux";
|
|
||||||
import { AddProduct } from "../../Components/Api/Api";
|
import { AddProduct } from "../../Components/Api/Api";
|
||||||
import { useMutation, useQueryClient } from "react-query";
|
import { useMutation, useQueryClient } from "react-query";
|
||||||
import LoginChecker from "../../Components/LoginChecker/LoginChecker";
|
import LoginChecker from "../../Components/LoginChecker/LoginChecker";
|
||||||
|
|
Loading…
Reference in a new issue