import React, { FC } from 'react'; import { RouteComponentProps } from '@reach/router'; import PathPrefixProps from '../PathPrefixProps'; import { Alert } from 'reactstrap'; const Rules: FC = ({ pathPrefix }) => ( <>

Rules

This page is still under construction. Please try it in the Classic UI. ); export default Rules;