import { useReveal, Icons, MoonMark, getBootstrap } from './atoms.jsx'; export default function Footer() { const ref = useReveal(); const playUrl = getBootstrap().play_url || '#join'; return ( ); }