mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
11 lines
211 B
TypeScript
11 lines
211 B
TypeScript
import { adminPage } from "bknd/adapter/remix";
|
|
import "bknd/dist/styles.css";
|
|
|
|
export default adminPage({
|
|
config: {
|
|
basepath: "/admin",
|
|
logo_return_path: "/../",
|
|
theme: "system",
|
|
},
|
|
});
|