From 66c99389e4725d96ef68298a9c608654b9517d4b Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 9 Oct 2024 12:05:17 -0400 Subject: Naming error --- hi-ui/src/apiServer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hi-ui') 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/', -- cgit v1.2.3