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

Warning! This site is experimental and under active development.

);