Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
taraepp committed Dec 12, 2024
1 parent c1b77f7 commit 12c8109
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { FC, useEffect, useState } from "react";
import React, { FC, useState } from "react";
import { useDispatch } from "react-redux";
import { useParams } from "react-router-dom";
import { Field, reset } from "redux-form";
Expand Down

0 comments on commit 12c8109

Please sign in to comment.