This commit is contained in:
Seth 2025-05-04 20:55:40 -04:00
parent ad23ab1907
commit a65ee6fe67
15 changed files with 564 additions and 466 deletions

View file

@ -1,8 +1,8 @@
import "tsx-dom";
import App from './App';
import App from "./App";
document.body.appendChild(<App />);
// You're garbage, let me collect you.
fetch("/api/gc")
fetch("/api/gc");