Docker Build and Push / build-and-push (push) Successful in 5m22s
- get sorting data from backend
6 lines
99 B
TypeScript
6 lines
99 B
TypeScript
import { redirect } from "react-router";
|
|
|
|
export function loader() {
|
|
throw redirect("/forms");
|
|
}
|