Skip to content

Commit dfcf3e9

Browse files
authored
Merge pull request #3173 from processing/fix/signup-issue
Address Broken Signup Page
2 parents 7e08278 + ce57355 commit dfcf3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/User/components/SignupForm.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { React, useState } from 'react';
1+
import React, { useState } from 'react';
22
import { useTranslation } from 'react-i18next';
33
import { Form, Field } from 'react-final-form';
44
import { useDispatch } from 'react-redux';

0 commit comments

Comments
 (0)