From 47de23d0a9c1c4f76d2ec93fa63bfbfbd7d54b5d Mon Sep 17 00:00:00 2001 From: exhq Date: Sun, 23 Jun 2024 22:34:35 +0330 Subject: [PATCH] typescript more like lesbianscript --- index.html | 6 +++++- src/components/comps.tsx | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 429e401..0b26018 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,11 @@ - 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