diff options
Diffstat (limited to 'cli/bench/http')
-rw-r--r-- | cli/bench/http/deno_reactdom_ssr_flash.jsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/bench/http/deno_reactdom_ssr_flash.jsx b/cli/bench/http/deno_reactdom_ssr_flash.jsx index c23748832..eaabf8912 100644 --- a/cli/bench/http/deno_reactdom_ssr_flash.jsx +++ b/cli/bench/http/deno_reactdom_ssr_flash.jsx @@ -1,3 +1,5 @@ +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. + import { renderToReadableStream } from "https://esm.run/react-dom/server"; import * as React from "https://esm.run/react"; const { serve } = Deno; |