import React from "react"; import { apiClient } from "../utils/httpClients"; export default class Welcome extends React.Component { constructor(props) { super(props); this.recentMatchesRequest = apiClient.get("/match/recent/15"); } render() { return (
The best place to find a local match for a good game of your favourite sport!
Because you want to play the sports you love while meeting new friends!
{/* TODO: All this text should be expanded on. */}