import type { ComponentChildren } from "preact"; import { ResourceLinks } from "./resource-links"; export function AuthShell({ children }: { children: ComponentChildren }) { return (
00 FARMJS / Preact + Better Auth
{children}
); }