6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
import { StationForm } from '../_components/Form';
|
|
|
|
export default () => {
|
|
return <StationForm />;
|
|
};
|