From 69312f5133734237edaea6ca29e2de9bf3203050 Mon Sep 17 00:00:00 2001 From: polwex Date: Sun, 15 Jun 2025 01:44:45 +0700 Subject: checkpoint here... --- bs5/universal/native/shared/Static_small.re | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bs5/universal/native/shared/Static_small.re (limited to 'bs5/universal/native/shared/Static_small.re') diff --git a/bs5/universal/native/shared/Static_small.re b/bs5/universal/native/shared/Static_small.re new file mode 100644 index 0000000..1a9be27 --- /dev/null +++ b/bs5/universal/native/shared/Static_small.re @@ -0,0 +1,6 @@ +[@react.component] +let make = () => +
+
{React.string("This is Light Server Component")}
+
{React.string("Heavy Server Component")}
+
; -- cgit v1.2.3