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

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Oct 14, 2023
1 parent 62badd2 commit 6c49c22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion examples/sse/src/app/StreamedTuple.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use client";

import { useCallback, useEffect, useState } from "react";
import { useCallback, useState } from "react";

import type { ResponseShape } from "./api/sse/finite/route";

Expand Down
2 changes: 0 additions & 2 deletions src/async/iterableUtils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import type { TsonSerialized } from "../sync/syncTypes.js";

import { assert } from "../internals/assert.js";

export async function* readableStreamToAsyncIterable<T>(
Expand Down

0 comments on commit 6c49c22

Please sign in to comment.