Skip to content

Commit 53f381f

Browse files
remove github's dumb pages build failed thing
1 parent 73f69f7 commit 53f381f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!
22

3+
import fetch from "node-fetch";
4+
35
import Inbox from "./Inbox";
46
import Email from "./Email";
57

6-
import fetch from "node-fetch";
7-
88
const BASE_URL = "https://api.tempmail.lol";
99

1010
/**

0 commit comments

Comments
 (0)