delfi/ui/src/pages/stops-refined.jsx

13 lines
313 B
JavaScript

import React from 'react';
import Entities from '../components/entities';
export default function StopsRefined() {
return (
<>
<p>Please feel free to browse through stops inside DE refined to be compliant with the Global ID.</p>
<Entities route = 'gtfs-stops-de-not-dhid-refine'/>
</>
);
};