feat: refactor all dashboard routes

This commit is contained in:
Aarnav Tale 2024-12-08 13:52:02 -05:00
parent 50e43bc0c3
commit 6cf343d623
No known key found for this signature in database
39 changed files with 48 additions and 66 deletions

View file

@ -0,0 +1,5 @@
import { redirect } from '@remix-run/node'
export async function loader() {
return redirect('/machines')
}