summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hi-ui/src/apiServer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/hi-ui/src/apiServer.js b/hi-ui/src/apiServer.js
index 57f1d8c..7206195 100644
--- a/hi-ui/src/apiServer.js
+++ b/hi-ui/src/apiServer.js
@@ -1,5 +1,5 @@
import axios from 'axios';
-import { activeChannel, channelsList, loginsList, messages } from './store';
+import { activeChannel, channelsList, logins, messages } from './store';
export const apiServer = axios.create({
baseURL: '/api/',