summaryrefslogtreecommitdiff
path: root/bs5/universal/native/shared/Static_small.re
blob: 1a9be27e8282837754e64ca1897ce6ee8494e465 (plain)
1
2
3
4
5
6
[@react.component]
let make = () =>
  <div>
    <div> {React.string("This is Light Server Component")} </div>
    <div> {React.string("Heavy Server Component")} </div>
  </div>;