Coding Note
Coding Note
w: {
flexDirection: "row",
justifyContent: "space-between",
alignItems: "center",
https://react.dev/reference/react/useState
* Git:
1, select files you want to push in Source Control tab
2, type:
git commit -m "your message"
git push
return (
const priorites = [
{
day: "Monday",
tasks: [
{ name: "", type: "personal" },
{ name: "", type: "private" },
{ name: "", type: "secret" },
]
},
{
day: "Tues",
tasks: [
{ name: "", type: "private" },
{ name: "", type: "private" },
{ name: "", type: "secret" },
]
}
]