// @jsxImportSource xeact // @jsxRuntime automatic import { c } from "xeact"; const onclick = () => { Array.from(c("xeblog-slides-fluff")).forEach((el) => el.classList.toggle("hidden") ); }; export default function NoFunAllowed() { const button = ( ); return button; }