summaryrefslogtreecommitdiff
path: root/cli/bench/http/deno_reactdom_ssr_flash.jsx
diff options
context:
space:
mode:
authorKenta Moriuchi <moriken@kimamass.com>2024-08-13 01:41:32 +0900
committerGitHub <noreply@github.com>2024-08-12 12:41:32 -0400
commit76f4f202e7be3835bd3d95af9e1c485a4b4695fe (patch)
treefdf6085120005aef57b9f6fa33082c51b5bf24b1 /cli/bench/http/deno_reactdom_ssr_flash.jsx
parente5f0058b74245f909253e1c9b1e7e0087ef7701a (diff)
chore: update the copyright of c, mjs, and jsx (#25005)
Diffstat (limited to 'cli/bench/http/deno_reactdom_ssr_flash.jsx')
-rw-r--r--cli/bench/http/deno_reactdom_ssr_flash.jsx2
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;