mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-10 04:40:46 -05:00
6 lines
118 B
TypeScript
6 lines
118 B
TypeScript
import { redirect } from "@remix-run/node";
|
|
|
|
export const loader = () => {
|
|
return redirect("/plus/suggestions");
|
|
};
|