Skip to content

Commit

Permalink
chore: remove isomorphc-fetch from example
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopcm committed Oct 19, 2023
1 parent 64b444c commit 1139883
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/contexts/EditorContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ const EditorContext = createContext<EditorContextValue>(
)

export const initialCode = [
`import 'isomorphic-fetch';`,
``,
`fetch("https://api.github.com/users/joaopcm")`,
` .then((response) => response.json())`,
` .then((data) => {`,
Expand Down

1 comment on commit 1139883

@vercel
Copy link

@vercel vercel bot commented on 1139883 Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nodepad-app – ./

nodepad-app-git-main-jopcmelo.vercel.app
nodepad-app-jopcmelo.vercel.app
app.getnodepad.com

Please sign in to comment.