removed import

pull/491/head
Jeffrey 2 years ago
parent 41cb6c3605
commit b5cf77a718

@ -4,7 +4,6 @@ import ReactDOM from 'react-dom/client';
import store from './store';
import history from './history';
import Root from './components/Root';
// import appConfig from './api/appconfig';
import './i18n';
fetch('http://localhost:1337/api/appconfig').then((response) => {

Loading…
Cancel
Save