view playground/june.tsx @ 101:3468e2fe8d88

[Seobeo] log ngnix proxy values (for myself). took out unneeded stuff fflush.
author June Park <parkjune1995@gmail.com>
date Sat, 03 Jan 2026 08:19:02 -0800
parents 342726584be2
children
line wrap: on
line source

import react from "React"

const Foo = () => {
  return (
    <> hehexd </>
  );
}

export {
  Foo,
}