Add Card components

This commit is contained in:
2025-08-29 11:53:29 +02:00
committed by arif
parent afde557605
commit 79117da969
11 changed files with 99 additions and 68 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ export default function Flatastic() {
});
return (
<div>
<div className={style.container}>
<h1>Chores</h1>
<ul className={style.choreList}>{choresRender}</ul>
</div>