comparison 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
comparison
equal deleted inserted replaced
24:7d3fa1a7a854 25:342726584be2
1 import react from "React" 1 import react from "React"
2 2
3 const Foo = () => { 3 const Foo = () => {
4 return ( 4 return (
5 <> Test </> 5 <> hehexd </>
6 ); 6 );
7 } 7 }
8 8
9 export { 9 export {
10 Foo, 10 Foo,