From 1aa3b2b90ec98203becb5c4600e1e46b2d8fefa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Oliva?= Date: Wed, 17 May 2023 21:36:24 -0600 Subject: Broken big function into smaller functions. --- src/App.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/App.jsx') diff --git a/src/App.jsx b/src/App.jsx index 682a1b1..33d44ce 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,13 +1,14 @@ import React from "react"; // import { Counter } from "./features/counter/Counter"; import { Search } from "./ToDo-UI/Search"; -import { Reducer } from "./ToDo-UI/ToDo"; +import { NewToDo, ListToDos } from "./ToDo-UI/ToDo"; function App() { return (
- + +
); } -- cgit v1.2.3