Files
medusa-store/www/apps/book/config/sidebar.tsx
T
2025-01-24 19:20:02 +02:00

9 lines
250 B
TypeScript

import type { SidebarConfig } from "@/types"
import { generatedSidebar } from "../generated/sidebar.mjs"
import { SidebarItem } from "types"
export const sidebarConfig: SidebarConfig = {
default: generatedSidebar as SidebarItem[],
mobile: [],
}