Small helper in UI to access API more easily

Fixes #1842
This commit is contained in:
Taloth Saldono 2020-12-24 23:11:03 +01:00 committed by Qstick
parent 8711b1a935
commit 735024bfb3
2 changed files with 121 additions and 0 deletions

View file

@ -4,6 +4,7 @@ import { render } from 'react-dom';
import createAppStore from 'Store/createAppStore';
import App from './App/App';
import 'Diag/ConsoleApi';
import './preload';
import './polyfills';
import 'Styles/globals.css';