UNPKG

better-auth-dashboard

Version:

A better-Auth powered admin dashboard.

11 lines (10 loc) 291 B
import { FileSliders } from "lucide-react"; export const pluginConfiguration = () => { // const component = <div>Hello from users plugin!</div>; return { icon: FileSliders, title: "Plugin Configurations", slug: "plugin-config", subItems: [] }; };