aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/Invite.js
diff options
context:
space:
mode:
authorLibravatar Santhosh Chinnasamy <csesanthosh15@gmail.com>2022-05-16 11:35:34 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-05-16 06:20:11 -0500
commitbbde4a9d54d9c7dc03f34ca4113061a605dd5040 (patch)
tree240f6a34a6b772fb3e04d9bf96b1f36bc4cf7cca /src/components/auth/Invite.js
parent6.0.0-nightly.37 [skip ci] (diff)
downloadferdium-app-bbde4a9d54d9c7dc03f34ca4113061a605dd5040.tar.gz
ferdium-app-bbde4a9d54d9c7dc03f34ca4113061a605dd5040.tar.zst
ferdium-app-bbde4a9d54d9c7dc03f34ca4113061a605dd5040.zip
remove duplicate Button component
Diffstat (limited to 'src/components/auth/Invite.js')
-rw-r--r--src/components/auth/Invite.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/auth/Invite.js b/src/components/auth/Invite.js
index 84adb320f..8e1ab514e 100644
--- a/src/components/auth/Invite.js
+++ b/src/components/auth/Invite.js
@@ -10,7 +10,7 @@ import Appear from '../ui/effects/Appear';
10import Form from '../../lib/Form'; 10import Form from '../../lib/Form';
11import { email } from '../../helpers/validation-helpers'; 11import { email } from '../../helpers/validation-helpers';
12import Input from '../ui/Input'; 12import Input from '../ui/Input';
13import Button from '../ui/Button'; 13import Button from '../ui/button';
14import { H1 } from '../ui/headline'; 14import { H1 } from '../ui/headline';
15 15
16const messages = defineMessages({ 16const messages = defineMessages({