view playground/hello.ts @ 37:fb9bcd3145cb

[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 d97ec3ded2ae
children
line wrap: on
line source

const JUNE = "JUNE";

export {
  JUNE,
}