From 8ef72a7fbd80cfec4df9fef61d22a3d0e0d6c261 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Mon, 10 Aug 2026 00:39:09 +0300 Subject: [PATCH] Define store and fix eslint errors in src/index.js Resolve missing store definition and address eslint violations. --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 8771e02..cf6241c 100644 --- a/src/index.js +++ b/src/index.js @@ -7,7 +7,7 @@ import App from './components/App'; import configureStore from './store/configureStore' import { Provider } from 'react-redux' -const store = configureStore(); +export const store = configureStore(); render(