From 7d513ea7f0df7e295f8fd8ebe5d202530199f924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Oliva?= Date: Mon, 29 May 2023 22:54:18 -0600 Subject: New Average time added. It displays the time in average of completing to dos. --- 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 ca2c07e..61c1300 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -3,6 +3,7 @@ import { Search } from "./ToDo-UI/Search"; import { NewToDo } from "./ToDo-UI/NewToDo"; import { ListToDos } from "./ToDo-UI/ListToDo"; import { Pagination } from "./ToDo-UI/Pagination"; +import { Average } from "./ToDo-UI/averageTime"; import { useDispatch, useSelector } from "react-redux"; import { @@ -27,6 +28,7 @@ function App() { + ); } -- cgit v1.2.3