station-profile/app/pages/home.jsx

10 lines
121 B
JavaScript

import React from 'react';
export default function Home() {
return (
<>
Enter UIC station code:
</>
);
}