diff --git a/src/js/components/root.js b/src/js/components/root.js index a15b110..d4379be 100644 --- a/src/js/components/root.js +++ b/src/js/components/root.js @@ -7,6 +7,8 @@ import { HeaderBar } from "./lib/header-bar.js" export class Root extends Component { constructor(props) { super(props); + + this.state = { fromValue: "ashby", toValue: "24th" }; } render() { @@ -28,7 +30,21 @@ export class Root extends Component {
- Search stuff here + Search scheduled trains: +
+ From: + +
+ To: + +