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