新功能(#113): 新增促销管理后台页面
PR Check / Lint, Check, Test and Build (push) Has been cancelled

This commit is contained in:
2026-05-29 00:34:37 -07:00
parent 2a3d5a3234
commit c46944aae1
17 changed files with 1733 additions and 0 deletions
@@ -0,0 +1,6 @@
import { createLazyFileRoute } from "@tanstack/react-router";
import PromoPage from "@/sections/promo";
export const Route = createLazyFileRoute("/dashboard/promo/")({
component: PromoPage,
});