File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -5,22 +5,22 @@ import { ArrowUpRightSmallIcon } from "../custom/icons";
55const SAMPLE = {
66 trainNumber : "ITALO9512" ,
77 departure : {
8+ cityName : "Milan" ,
9+ stationCode : "MILANO" ,
10+ stationName : "Milano Centrale" ,
11+ timestamp : "2025-07-31T14:00:00Z" ,
12+ platform : "5" ,
13+ gate : "G5" ,
14+ } ,
15+ arrival : {
816 cityName : "Rome" ,
917 stationCode : "ROMA" ,
1018 stationName : "Roma Termini" ,
11- timestamp : "2025-07-31T08:00:00Z" ,
12- platform : "12" ,
13- gate : "A1" ,
14- } ,
15- arrival : {
16- cityName : "Florence" ,
17- stationCode : "FI" ,
18- stationName : "Firenze SMN" ,
19- timestamp : "2025-07-31T09:30:00Z" ,
20- platform : "3" ,
21- gate : "B3" ,
19+ timestamp : "2025-07-31T18:30:00Z" ,
20+ platform : "11" ,
21+ gate : "G12" ,
2222 } ,
23- totalDistanceInMiles : 144 ,
23+ totalDistanceInMiles : 388 ,
2424} ;
2525
2626export function Row ( { row = SAMPLE . arrival , type = "arrival" } ) {
You can’t perform that action at this time.
0 commit comments