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
/
pluginConfiguration
/
index.js
11 lines
(10 loc)
•
291 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
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
: [] }; };