Mercurial
view playground/june.tsx @ 25:342726584be2
[Bun] Fixed how bun would be ran within bazel.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 09 Oct 2025 06:41:02 -0700 |
| parents | 2b9e75756825 |
| children |
line wrap: on
line source
import react from "React" const Foo = () => { return ( <> hehexd </> ); } export { Foo, }