import React from "react"; import { FormattedMessage } from 'react-intl'; import { Mask, Row, Col, Button, View, Container } from "mdbreact"; /** * The main section of the home page. */ function MainSection() { return (


); } export { MainSection };