Files
hi-frontend/apps/admin/src/routes/dashboard/promo/index.lazy.tsx
T
shanshanzhong147 a7d89acc7f
PR Check / Lint, Check, Test and Build (push) Has been cancelled
Build and Release / Build (push) Has been cancelled
新功能(#113): 发布促销管理后台页面到main
2026-05-29 00:40:33 -07:00

7 lines
197 B
TypeScript

import { createLazyFileRoute } from "@tanstack/react-router";
import PromoPage from "@/sections/promo";
export const Route = createLazyFileRoute("/dashboard/promo/")({
component: PromoPage,
});