UNPKG
better-auth-dashboard
Version:
beta (0.0.2-beta.0)
latest (0.0.4)
0.0.4
0.0.2
0.0.2-beta.0
A better-Auth powered admin dashboard.
better-auth-dashboard
/
dist
/
react
/
plugins
/
organizations
/
index.js
11 lines
(10 loc)
•
274 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
Building2
}
from
"lucide-react"
;
export
const
organizations
= (
) => {
// const component = <div>Hello from users plugin!</div>;
return
{
icon
:
Building2
,
title
:
"Organizations"
,
slug
:
"organizations"
,
subItems
: [], }; };