Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebPena committed Dec 3, 2024
1 parent 39fb1da commit a20349a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useContext, useEffect } from 'react';
import { useLocation, useParams } from 'react-router-dom';
import { useParams } from 'react-router-dom';
import { useConfig } from '../Config/configHook.tsx';
import { Context } from '../Wrapper/Wrapper.tsx';
import Radiofield from '../Radiofield/Radiofield';
Expand Down

0 comments on commit a20349a

Please sign in to comment.