Skip to content

Commit 61b88e0

Browse files
committed
chore(fmt): import-order reflow on server.ts
1 parent 79d22d9 commit 61b88e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { legacyRedirects } from './server/middleware/legacy-redirects';
12
import {
23
loginPasswordRateLimit,
34
signupRateLimit,
@@ -17,7 +18,6 @@ import { env } from '@/utils/env/env.server';
1718
import { serveStatic } from 'hono/bun';
1819
import { compress } from 'hono/compress';
1920
import { createHonoServer } from 'react-router-hono-server/bun';
20-
import { legacyRedirects } from './server/middleware/legacy-redirects';
2121

2222
declare module 'react-router' {
2323
interface AppLoadContext {

0 commit comments

Comments
 (0)