From b5cf77a7188bbe48aaf9995f0e65706ef657d648 Mon Sep 17 00:00:00 2001 From: Jeffrey Date: Thu, 10 Aug 2023 20:48:12 -0500 Subject: [PATCH] removed import --- client/src/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/index.js b/client/src/index.js index a7fc523..85fed02 100755 --- a/client/src/index.js +++ b/client/src/index.js @@ -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) => {