Skip to content

Commit c657765

Browse files
Merge branch 'develop' into Fix/Redundant_Redirects_between_server_and_client
2 parents 7e17dab + 7a249bb commit c657765

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

client/modules/User/components/SignupForm.jsx

+1-1
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';

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p5.js-web-editor",
3-
"version": "2.13.1",
3+
"version": "2.13.2",
44
"description": "The web editor for p5.js.",
55
"scripts": {
66
"clean": "rimraf dist",

0 commit comments

Comments
 (0)