We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ed5e9 commit 93dd0baCopy full SHA for 93dd0ba
examples/react/start-basic/src/routes/api/users.ts
@@ -1,5 +1,5 @@
1
import { createServerFileRoute } from '@tanstack/react-start/server'
2
-import { getRequestHeaders } from "@tanstack/react-start/server";
+import { getRequestHeaders } from '@tanstack/react-start/server'
3
import { createMiddleware, json } from '@tanstack/react-start'
4
import type { User } from '~/utils/users'
5
0 commit comments