diff --git a/components/AddCertificateForm.js b/components/AddCertificateForm.js index 0ccae88..7cc078d 100644 --- a/components/AddCertificateForm.js +++ b/components/AddCertificateForm.js @@ -1,4 +1,4 @@ -// components/AddCertificateForm.js +// components/AddCertificateForm.js new import { useState } from 'react'; export default function AddCertificateForm() { @@ -57,4 +57,4 @@ export default function AddCertificateForm() { {message &&

{message}

} ); -} \ No newline at end of file +}