aboutsummaryrefslogtreecommitdiff
path: root/src/App.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.jsx')
-rw-r--r--src/App.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.jsx b/src/App.jsx
index 625d6ae..682a1b1 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -1,7 +1,7 @@
import React from "react";
// import { Counter } from "./features/counter/Counter";
import { Search } from "./ToDo-UI/Search";
-import { Reducer } from "./features/todo/ToDo";
+import { Reducer } from "./ToDo-UI/ToDo";
function App() {
return (