You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
123456 |
- import { redirect } from "next/navigation";
-
- /** 揀貨工作台已合併至 `/doworkbench`,保留此路徑以利舊連結。 */
- export default function DoWorkbenchPickLegacyRedirect() {
- redirect("/doworkbench");
- }
|