import * as React from 'react';
import { InteractiveLink } from '../ui/InteractiveLink';
import { P } from '../ui/Paragraph';
import { styled } from '../stitches.config';
const LinkContainer = styled('span', {
display: 'block',
margin: '8px 0',
});
const RepoReadmeLink: React.VFC = () => (
This is an example single page app built with React and React Router
using BrowserRouter. Navigate with the links below and
refresh the page or copy/paste the url to test out the redirect
functionality deployed to overcome GitHub Pages incompatibility with
single page apps (like this one).
Please see the