mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-22 20:11:50 -07:00
wip: initial ui done
This commit is contained in:
parent
b5e8d88451
commit
442221327d
5 changed files with 133 additions and 120 deletions
|
|
@ -12,5 +12,5 @@ export default function RewindPage() {
|
|||
useEffect(() => {
|
||||
getRewindStats({ year: 2025 }).then((r) => setStats(r));
|
||||
}, []);
|
||||
return <>{stats !== undefined && <Rewind stats={stats} includeTime />}</>;
|
||||
return <>{stats !== undefined && <Rewind stats={stats} />}</>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue