Skip to content

Commit

Permalink
refactor(create-robot-form-step1): 🐛 remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Aug 29, 2023
1 parent 95ff138 commit 41a2de2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/CreateForms/CreateRobotFormStep1.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import { createRobot } from "../../toolkit/RobotSlice";
import InputToggle from "../InputToggle/InputToggle";
import useFunctions from "../../hooks/useFunctions";
import { useAppDispatch } from "../../hooks/redux";
import InputError from "../InputError/InputError";
import InputText from "../InputText/InputText";
import Seperator from "../Seperator/Seperator";
import { useParams } from "react-router-dom";
import useMain from "../../hooks/useMain";
Expand Down

0 comments on commit 41a2de2

Please sign in to comment.