mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 20:37:21 +00:00
9 lines
154 B
TypeScript
9 lines
154 B
TypeScript
import { adminPage } from "bknd/adapter/remix";
|
|
import "bknd/dist/styles.css";
|
|
|
|
export default adminPage({
|
|
config: {
|
|
basepath: "/admin"
|
|
}
|
|
});
|