mirror of
https://github.com/tale/headplane.git
synced 2026-08-11 06:16:52 +00:00
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
import { redirect } from '@remix-run/node'
|
|
|
|
export function loader() {
|
|
return redirect('/machines')
|
|
}
|