view playground/june.tsx @ 130:3a564ffb2092 websocket-blog

Wrote my blog.
author June Park <parkjune1995@gmail.com>
date Fri, 09 Jan 2026 07:19:09 -0800
parents 342726584be2
children
line wrap: on
line source

import react from "React"

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

export {
  Foo,
}