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 20, 2023
1 parent 0eef6a8 commit e8434c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/async/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ import { StreamedTupleJsonStream } from "./json-stream-finite/StreamedTupleJsonS
import { StreamedTupleSSE } from "./sse-finite/StreamedTupleSSE";
import { StreamedTimeSSE } from "./sse-infinite/StreamedTimeSSE";

/**
* v0 by Vercel.
* @see https://v0.dev/t/Qe7NQkqAiEG
*/
export default function Page() {
return (
<div className="flex flex-col h-screen justify-center items-center bg-muted">
Expand Down

0 comments on commit e8434c4

Please sign in to comment.