Skip to content

Commit

Permalink
Add import for prop-types
Browse files Browse the repository at this point in the history
  • Loading branch information
whooaami committed Oct 28, 2023
1 parent fe1beef commit 818afe8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { useEffect } from 'react';
import { useForm } from 'react-hook-form';
import { useNavigate } from 'react-router-dom';
import { PropTypes } from 'prop-types';
import { toast, ToastContainer } from 'react-toastify';
import 'react-toastify/dist/ReactToastify.css';
import axios from 'axios';
Expand Down

0 comments on commit 818afe8

Please sign in to comment.