From 316f43a0f8db27620ba53bf5993f569a969742b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Oliva?= Date: Wed, 17 May 2023 18:36:09 -0600 Subject: A simple list for the To Do's. Cannot edit nor remove info. Plain interfaceeeee. --- src/App.jsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/App.jsx') diff --git a/src/App.jsx b/src/App.jsx index 5704b36..00b3278 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,11 +1,13 @@ import React from "react"; import { Counter } from "./features/counter/Counter"; import { Search } from "./ToDo-UI/Search"; +import { ToDoList } from "./ToDo-UI/ToDoList"; function App() { return (
+
); -- cgit v1.2.3