mirror of
https://github.com/tale/headplane.git
synced 2026-08-31 01:09:25 +00:00
chore: switch to react-router v7
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
import { data } from '@remix-run/node'
|
||||
import { data } from 'react-router';
|
||||
|
||||
export function send<T>(payload: T, init?: number | ResponseInit) {
|
||||
return data(payload, init)
|
||||
return data(payload, init);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user