Skip to content

Commit 93dd0ba

Browse files
ci: apply automated fixes
1 parent e1ed5e9 commit 93dd0ba

File tree

1 file changed

+1
-1
lines changed
  • examples/react/start-basic/src/routes/api

1 file changed

+1
-1
lines changed

examples/react/start-basic/src/routes/api/users.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { createServerFileRoute } from '@tanstack/react-start/server'
2-
import { getRequestHeaders } from "@tanstack/react-start/server";
2+
import { getRequestHeaders } from '@tanstack/react-start/server'
33
import { createMiddleware, json } from '@tanstack/react-start'
44
import type { User } from '~/utils/users'
55

0 commit comments

Comments
 (0)