mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 07:48:14 +00:00
6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
import { redirect } from "react-router";
|
|
|
|
export async function loader() {
|
|
return redirect("/machines");
|
|
}
|