Add Card components

This commit is contained in:
2025-08-29 03:18:08 +02:00
committed by Arif Hasanic
parent afde557605
commit 79117da969
11 changed files with 99 additions and 68 deletions

View File

@@ -18,7 +18,7 @@ export default function Timetable() {
}, [fetchTimetable]);
return (
<div className={style.wrapper}>
<div className={style.container}>
<h1>Departures</h1>
<DepartureList
departures={pStreet.departureList}