UNPKG

better-auth-dashboard

Version:

A better-Auth powered admin dashboard.

11 lines (10 loc) 274 B
import { Building2 } from "lucide-react"; export const organizations = () => { // const component = <div>Hello from users plugin!</div>; return { icon: Building2, title: "Organizations", slug: "organizations", subItems: [], }; };