import type { ReactNode } from 'react' import { ThemeToggle } from './ThemeToggle' export function AuthShell({ children }: { children: ReactNode }) { return (

Haixun Patrol

巡樓管理系統

智慧巡檢 · 任務追蹤 · 即時協作

{children}
) }