Skip to content

Commit a1e9e18

Browse files
author
A.P.A. Slaa
committed
fix: remove unused import
1 parent 93d0f35 commit a1e9e18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import {readFileSync, existsSync} from "fs";
2-
import {T} from "vitest/dist/chunks/global.d.MAmajcmJ";
32

43
function loadDotEnv(file = ".env") {
54
if (!existsSync(file)) return {};

0 commit comments

Comments
 (0)