Add Card components
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user