Vite + Solid + TS
+ ehco
+
+
+
+
diff --git a/src/components/comps.tsx b/src/components/comps.tsx
index d4d19db..69b71bd 100644
--- a/src/components/comps.tsx
+++ b/src/components/comps.tsx
@@ -1,6 +1,6 @@
// warning: this IS horrible code. its a joke. DO NOT try this at home because
// your local senior programmer CAN and WILL hunt you down
// you have been warned.
-export default function AdvancedBr({count}: any) {
+export default function AdvancedBr({count}:{count:number}) {
return new Array(count).fill(null).map(_=>( ))
}
\ No newline at end of file