From f929e5156cb1941beb2f5329e7b9b8fae4c7691b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Oliva?= Date: Wed, 17 May 2023 10:50:12 -0600 Subject: Modified to be minimal. --- src/main.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.jsx') diff --git a/src/main.jsx b/src/main.jsx index 3139d2e..a7ca55d 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -1,6 +1,6 @@ import React from "react"; import ReactDOM from "react-dom/client"; -import { Provider } from "react-redux"; +import { Provider } from 'react-redux' import { store } from "./app/store"; import App from "./App"; import "./index.css"; -- cgit v1.2.3