Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
lizkenyon committed Apr 2, 2024
1 parent e3fe501 commit 19af0c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { TextEncoder, TextDecoder } from "util";
import { Readable } from "stream";

import { ReadableStream } from "web-streams-polyfill/es2018";
import { ReadableStream } from "web-streams-polyfill/";

import { createGraphQLClient } from "../../graphql-client";
import {
Expand Down

0 comments on commit 19af0c1

Please sign in to comment.