mirror of
https://github.com/tale/headplane.git
synced 2026-08-07 12:53:13 +00:00
feat: enable all remix future flags
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { data } from '@remix-run/node'
|
||||
|
||||
export function send<T>(payload: T, init?: number | ResponseInit) {
|
||||
return data(payload, init)
|
||||
}
|
||||
Reference in New Issue
Block a user