diff options
author | polwex <polwex@sortug.com> | 2025-06-15 01:44:45 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-15 01:44:45 +0700 |
commit | 69312f5133734237edaea6ca29e2de9bf3203050 (patch) | |
tree | 7fee98735e5701cacb4aba87cfd307f0e1fb505a /bs5/universal/native/shared/Static_small.re | |
parent | f13574dc6661dba88a64580942f0c62cd42f63d7 (diff) |
checkpoint here...
Diffstat (limited to 'bs5/universal/native/shared/Static_small.re')
-rw-r--r-- | bs5/universal/native/shared/Static_small.re | 6 |
1 files changed, 6 insertions, 0 deletions
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 = () => + <div> + <div> {React.string("This is Light Server Component")} </div> + <div> {React.string("Heavy Server Component")} </div> + </div>; |