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
/
routeManager
/
index.js
5 lines
(4 loc)
•
152 B
JavaScript
View Raw
1
2
3
4
5
import
{ jsx
as
_jsx }
from
"react/jsx-runtime"
;
export
const
RouteManager
= (
) => {
return
_jsx
(
"div"
, {
children
:
"RouteManager component"
}); };