mirror of
https://github.com/tale/headplane.git
synced 2026-08-12 14:46: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')
|
|
}
|