import * as React from 'react'; import { Col, Row, UncontrolledTooltip } from 'reactstrap'; /** * Renders the app header with information and instructions for using Schedules. */ const Header = () => (

Schedules

An application to generate a schedule {' ('} Find your class' CRNs on Patriot Web under Student Services > Registration > Student Schedule {') '} to place into your calendar populated with class times. Built and maintained by{' '} Mason SRCT.

); export default Header;