shellphone.app/app/routes/__app/settings/index.tsx

5 lines
173 B
TypeScript

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