import type { JSX } from "solid-js"; import { ResourceLinks } from "./resource-links"; export function AuthShell(props: { children: JSX.Element }) { return (
00 FARMJS / Solid + Better Auth
{props.children}
); }