aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/basicAuth/Component.js
diff options
context:
space:
mode:
authorLibravatar Markandan R <rmarkandan@yahoo.com>2021-06-22 10:56:34 +0530
committerLibravatar GitHub <noreply@github.com>2021-06-22 10:56:34 +0530
commita94ed659846f0bc93c05bccf0c96785b91e5c78f (patch)
tree0a50eeb85e9043708936da9a0c923b32edbe8ab9 /src/features/basicAuth/Component.js
parentDowngraded submodule 'src/internal-server' (diff)
downloadferdium-app-a94ed659846f0bc93c05bccf0c96785b91e5c78f.tar.gz
ferdium-app-a94ed659846f0bc93c05bccf0c96785b91e5c78f.tar.zst
ferdium-app-a94ed659846f0bc93c05bccf0c96785b91e5c78f.zip
Removed the cyclical dependency (#1519) (#1539)
Diffstat (limited to 'src/features/basicAuth/Component.js')
-rw-r--r--src/features/basicAuth/Component.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/basicAuth/Component.js b/src/features/basicAuth/Component.js
index ba9ae2273..14184f80b 100644
--- a/src/features/basicAuth/Component.js
+++ b/src/features/basicAuth/Component.js
@@ -13,7 +13,7 @@ import {
13 resetState, 13 resetState,
14 sendCredentials, 14 sendCredentials,
15 cancelLogin, 15 cancelLogin,
16} from '.'; 16} from './store';
17import Form from './Form'; 17import Form from './Form';
18 18
19import styles from './styles'; 19import styles from './styles';