Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Jan 21, 2025
1 parent 306e028 commit fbd7ef2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const IntegrationView = () => {
<SyntaxHighlighterProvider>
<SyntaxHighlighterClient
lang="javascript"
code={`import { Polar } from "@polar-sh/api";
code={`import { Polar } from "@polar-sh/sdk";
const polar = new Polar({
accessToken: process.env["POLAR_ACCESS_TOKEN"] ?? "",
Expand Down

0 comments on commit fbd7ef2

Please sign in to comment.