Sign up, and you'll be able to vote in polls. Sign up
Oct 2, 2022
3:33:10pm
Part of the problem might be my list. It's very basic. Here it is as of now.
import React, { useState } from "react";

import Todo from "./Todo";

function TodoList() {

return (

<div>

<Todo/>

</div>

);

}

export default TodoList;
Icelandic Cougar
Previous username
utah is classless
Bio page
Icelandic Cougar
Joined
Jun 8, 2020
Last login
Apr 26, 2024
Total posts
6,308 (60 FO)
Messages
Author
Time

Posting on CougarBoard

In order to post, you will need to either sign up or log in.