view playground/june.tsx @ 113:7a4e942814bc

[MrJuneJune] Fixed static assets
author June Park <parkjune1995@gmail.com>
date Sun, 04 Jan 2026 14:42:54 -0800
parents 342726584be2
children
line wrap: on
line source

import react from "React"

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

export {
  Foo,
}