Skip to content

Commit

Permalink
fixed errors
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewneilclarke committed Oct 18, 2021
1 parent 61ec65d commit ffabb71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Editform.js
@@ -1,6 +1,5 @@
import { useFormik } from 'formik'
import { useParams } from 'react-router'
import { useState } from 'react';

const Editform = ({ tracks, onSubmit, handleChange, closeEdit, pageTitle }) => {
const { id } = useParams();
Expand Down

0 comments on commit ffabb71

Please sign in to comment.