Basic stuff

This commit is contained in:
MotorTruck1221
2025-03-18 00:52:29 -06:00
parent 19e6beaec4
commit a57072d6f8
8 changed files with 145 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
<script>
import { Settings } from "@utils/settings.ts";
const settings = new Settings();
</script>