Skip to content

Commit 13fc15d

Browse files
examples: fix mailtrap imports in general
1 parent e53b1c0 commit 13fc15d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/general/account-accesses.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { MailtrapClient } from "../../src"
1+
import { MailtrapClient } from "mailtrap"
22

33
const TOKEN = "<YOUR-TOKEN-HERE>";
44
const TEST_INBOX_ID = "<YOUR-TEST-INBOX-ID-HERE>"

examples/general/accounts.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { MailtrapClient } from "../../src"
1+
import { MailtrapClient } from "mailtrap"
22

33
const TOKEN = "<YOUR-TOKEN-HERE>";
44
const TEST_INBOX_ID = "<YOUR-TEST-INBOX-ID-HERE>"

examples/general/permissions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { MailtrapClient } from "../../src"
1+
import { MailtrapClient } from "mailtrap"
22

33
const TOKEN = "<YOUR-TOKEN-HERE>";
44
const TEST_INBOX_ID = "<YOUR-TEST-INBOX-ID-HERE>"

0 commit comments

Comments
 (0)