headplane/app/routes/_index.tsx
2024-03-25 17:52:23 -04:00

6 lines
103 B
TypeScript

import { redirect } from '@remix-run/node'
export function loader() {
return redirect('/machines')
}