This commit is contained in:
Seth 2025-05-22 18:06:14 -04:00
parent a341bdde08
commit ed89c89129
4 changed files with 198 additions and 887 deletions

View file

@ -16,7 +16,7 @@
<link rel="stylesheet" href="index.css" />
</head>
<body class="dark">
<body>
<script src="./index.tsx" type="module"></script>
</body>

View file

@ -1,7 +1,5 @@
import "tsx-dom";
import "beercss";
import App from "./App";
import colors from "./utilities/colors.module.css";