Skip to content

Commit fcce291

Browse files
committed
fix: mark import as type import
1 parent 4acb051 commit fcce291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as OAuthAppAuth from "@octokit/auth-oauth-app";
1+
import type * as OAuthAppAuth from "@octokit/auth-oauth-app";
22

33
import type {
44
Authentication,

0 commit comments

Comments
 (0)