Skip to content

Commit

Permalink
fix: mark import as type import
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Apr 30, 2024
1 parent 4acb051 commit fcce291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as OAuthAppAuth from "@octokit/auth-oauth-app";
import type * as OAuthAppAuth from "@octokit/auth-oauth-app";

import type {
Authentication,
Expand Down

0 comments on commit fcce291

Please sign in to comment.