UNPKG

bananas-commerce-admin

Version:

What's this, an admin for apes?

11 lines 274 B
import MePage from "./pages/me/list"; export const router = { app: "bananas", pages: (route) => { if (route.view === "me" && route.action === "list") { return MePage; } return undefined; }, }; //# sourceMappingURL=index.js.map