comparison playground/june.tsx @ 15:2b9e75756825

[GuiZe] Updated to handle bundling and created a shee l script for pushing.
author June Park <parkjune1995@gmail.com>
date Fri, 03 Oct 2025 06:50:33 -0700
parents de54585a40f1
children 342726584be2
comparison
equal deleted inserted replaced
14:0570ada19343 15:2b9e75756825
1 import react from "React" 1 import react from "React"
2 2
3 const foo = () => { 3 const Foo = () => {
4 return ( 4 return (
5 <> June </> 5 <> Test </>
6 ); 6 );
7 } 7 }
8 8
9 export { 9 export {
10 foo, 10 Foo,
11 } 11 }