feat: refactor all dashboard routes
This commit is contained in:
parent
50e43bc0c3
commit
6cf343d623
39 changed files with 48 additions and 66 deletions
5
app/routes/util/redirect.ts
Normal file
5
app/routes/util/redirect.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { redirect } from '@remix-run/node'
|
||||
|
||||
export async function loader() {
|
||||
return redirect('/machines')
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue