diff options
Diffstat (limited to '')
-rw-r--r-- | src/App.jsx | 2 |
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 ( |