shellphone.app/app/routes/__app/settings/index.tsx
2022-05-14 12:22:06 +02:00

5 lines
175 B
TypeScript

import type { LoaderFunction } from "@remix-run/node";
import { redirect } from "@remix-run/node";
export const loader: LoaderFunction = () => redirect("/settings/account");