Skip to content

Commit 353f1d2

Browse files
style(imports): fix import order
Signed-off-by: Hunar Roop Kahlon <[email protected]>
1 parent e89d9a0 commit 353f1d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/entry.server.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { PassThrough } from 'stream'
21
import { styleText } from 'node:util'
2+
import { PassThrough } from 'stream'
33
import {
44
createReadableStreamFromReadable,
55
type LoaderFunctionArgs,

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import 'dotenv/config'
22
// 👆 this needs to imported first
33

4-
import { styleText } from 'node:util'
54
import * as fs from 'fs'
5+
import { styleText } from 'node:util'
66
import closeWithGrace from 'close-with-grace'
77
import sourceMapSupport from 'source-map-support'
88

0 commit comments

Comments
 (0)