Skip to content

Commit

Permalink
Import Octokit
Browse files Browse the repository at this point in the history
  • Loading branch information
dkurt authored Mar 17, 2024
1 parent 7ecb65e commit ae4c2b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
}
</style>

<script type="module">
import { Octokit } from "https://cdn.skypack.dev/@octokit/rest";
<script type="module">
import { Octokit } from "https://esm.sh/@octokit/rest";

const octokit = new Octokit();

Expand Down

0 comments on commit ae4c2b9

Please sign in to comment.