diff --git a/src/Components/TodoList.jsx b/src/Components/TodoList.jsx index a3f8bffe..fb97a2fc 100644 --- a/src/Components/TodoList.jsx +++ b/src/Components/TodoList.jsx @@ -2,27 +2,99 @@ import React, { useState } from 'react'; import './TodoList.css'; const TodoList = () => { - - - return ( - <> -
{list}
{/* Display individual list item */} +