FPSMS-frontend
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
  1. import { redirect } from "next/navigation";
  2. /** 揀貨工作台已合併至 `/doworkbench`,保留此路徑以利舊連結。 */
  3. export default function DoWorkbenchPickLegacyRedirect() {
  4. redirect("/doworkbench");
  5. }