aboutsummaryrefslogtreecommitdiff
path: root/src/main.jsx
diff options
context:
space:
mode:
authorAdrián Oliva <adrian.oliva@cimat.mx>2023-05-17 10:50:12 -0600
committerAdrián Oliva <adrian.oliva@cimat.mx>2023-05-17 10:50:12 -0600
commitf929e5156cb1941beb2f5329e7b9b8fae4c7691b (patch)
treef588c13de3e31d4eecfc1cbbe15d403fd46f42b2 /src/main.jsx
parent17c1d3d2070ee0c060c3e71a9e5868f004b2b034 (diff)
downloadToDo-App-FE-f929e5156cb1941beb2f5329e7b9b8fae4c7691b.tar.gz
ToDo-App-FE-f929e5156cb1941beb2f5329e7b9b8fae4c7691b.zip
Modified to be minimal.
Diffstat (limited to '')
-rw-r--r--src/main.jsx2
1 files changed, 1 insertions, 1 deletions
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";