mirror of
https://github.com/tale/headplane.git
synced 2026-08-27 15:37:04 +00:00
6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
import { redirect } from '@remix-run/node'
|
|
|
|
export async function loader() {
|
|
return redirect('/machines')
|
|
}
|