Clock widget and more copypasta

This commit is contained in:
2025-08-28 04:44:25 +02:00
committed by Arif Hasanic
parent b1adbe74de
commit 42419e2e3b
11 changed files with 119 additions and 20 deletions

View File

@@ -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}>