aboutsummaryrefslogtreecommitdiff
path: root/src/App.jsx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/App.jsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/App.jsx b/src/App.jsx
index 1a07f6f..80d3151 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -1,12 +1,10 @@
import React from "react";
// import { Counter } from "./features/counter/Counter";
-import { Search } from "./ToDo-UI/Search";
import { NewToDo, ListToDos } from "./ToDo";
function App() {
return (
<div>
- <Search />
<NewToDo />
<ListToDos />
</div>