aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/ChangeServer.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/ChangeServer.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/ChangeServer.js')
-rw-r--r--src/components/auth/ChangeServer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/auth/ChangeServer.js b/src/components/auth/ChangeServer.js
index 61e0aed68..a7aa33ab1 100644
--- a/src/components/auth/ChangeServer.js
+++ b/src/components/auth/ChangeServer.js
@@ -5,7 +5,7 @@ import { defineMessages, injectIntl } from 'react-intl';
5import Form from '../../lib/Form'; 5import Form from '../../lib/Form';
6import Input from '../ui/Input'; 6import Input from '../ui/Input';
7import Select from '../ui/Select'; 7import Select from '../ui/Select';
8import Button from '../ui/button'; 8import Button from '../ui/Button';
9import Link from '../ui/Link'; 9import Link from '../ui/Link';
10import Infobox from '../ui/Infobox'; 10import Infobox from '../ui/Infobox';
11import { url, required } from '../../helpers/validation-helpers'; 11import { url, required } from '../../helpers/validation-helpers';