chore: switch to react-router v7

This commit is contained in:
Aarnav Tale 2024-12-31 10:30:14 +05:30
parent 39504e2487
commit aa9872a45b
No known key found for this signature in database
101 changed files with 3825 additions and 6796 deletions

View file

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