import * as React from 'react'; import { InteractiveLink } from '../ui/InteractiveLink'; import { P } from '../ui/Paragraph'; export const ExampleComponent: React.VFC = () => (

This is an example page. Refresh the page or copy/paste the url to test out the redirect functionality (this same page should load after the redirect).

Example two deep with query and hash
);