aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/Signup.js
diff options
context:
space:
mode:
authorLibravatar André Oliveira <oliveira.andrerodrigues95@gmail.com>2022-05-17 08:42:04 +0100
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-05-17 06:09:18 -0500
commit6eb5937039b4d416d2c0558d3f4b29783cc6d533 (patch)
tree887f3b76e08594df5daabc7c61306b61db896d22 /src/components/auth/Signup.js
parent6.0.0-nightly.38 [skip ci] (diff)
downloadferdium-app-6eb5937039b4d416d2c0558d3f4b29783cc6d533.tar.gz
ferdium-app-6eb5937039b4d416d2c0558d3f4b29783cc6d533.tar.zst
ferdium-app-6eb5937039b4d416d2c0558d3f4b29783cc6d533.zip
Revert "remove duplicate Button component"
Diffstat (limited to 'src/components/auth/Signup.js')
-rw-r--r--src/components/auth/Signup.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/auth/Signup.js b/src/components/auth/Signup.js
index 05b6576fa..930b24491 100644
--- a/src/components/auth/Signup.js
+++ b/src/components/auth/Signup.js
@@ -7,7 +7,7 @@ import { defineMessages, injectIntl } from 'react-intl';
7import Form from '../../lib/Form'; 7import Form from '../../lib/Form';
8import { required, email, minLength } from '../../helpers/validation-helpers'; 8import { required, email, minLength } from '../../helpers/validation-helpers';
9import Input from '../ui/Input'; 9import Input from '../ui/Input';
10import Button from '../ui/button'; 10import Button from '../ui/Button';
11import Link from '../ui/Link'; 11import Link from '../ui/Link';
12 12
13import { globalError as globalErrorPropType } from '../../prop-types'; 13import { globalError as globalErrorPropType } from '../../prop-types';