Clock widget and more copypasta
This commit is contained in:
@@ -26,7 +26,7 @@ export default function Flatastic() {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<h1>Flatastic Chores</h1>
|
||||
<h1>Chores</h1>
|
||||
<ul className={style.choreList}>
|
||||
{chores.map((chore: FlatasticChore) => (
|
||||
<li key={chore.id} className={style.chore}>
|
||||
|
||||
Reference in New Issue
Block a user