view playground/june.tsx @ 40:9b8521f75409

[ReactGames] Few games I made using react just to practice few things.
author MrJuneJune <me@mrjunejune.com>
date Mon, 01 Dec 2025 20:22:47 -0800
parents 342726584be2
children
line wrap: on
line source

import react from "React"

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

export {
  Foo,
}