This commit is contained in:
Seth 2025-05-17 17:50:34 -04:00
parent b76e879350
commit 9a1564cdb5
10 changed files with 212 additions and 57 deletions

View file

@ -1,9 +1,12 @@
import "tsx-dom";
import { artist } from "./utilities/artist";
import "./utilities/clicker";
import App from "./App";
artist();
document.body.appendChild(<App />);
// You're garbage, let me collect you.