Skip to content

Commit b5e77b0

Browse files
authored
refactor: remove unused imports (#659)
1 parent 4dea7ea commit b5e77b0

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

biome.jsonc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
},
3434
"performance": {
3535
"noDelete": "off"
36+
},
37+
"correctness": {
38+
"noUnusedImports": "error"
3639
}
3740
}
3841
},

examples/app-pages-router/app/ssr/page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import React from "react";
2-
31
import { headers } from "next/headers";
42

53
async function getTime() {

examples/app-router/app/ssr/page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import React from "react";
2-
31
import { headers } from "next/headers";
42

53
async function getTime() {

0 commit comments

Comments
 (0)