mirror of
https://github.com/tale/headplane.git
synced 2026-09-01 17:58:25 +00:00
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
import { redirect } from '@remix-run/node'
|
|
|
|
export function loader() {
|
|
return redirect('/machines')
|
|
}
|