import type { FC } from "react"; export const ExperimentalWarning: FC = () => ( <>

Warning! This is a testing site used for development, not a finished page.

);