diff --git a/iso-elements.tsx b/iso-elements.tsx index ebd9ac7..af41bdc 100644 --- a/iso-elements.tsx +++ b/iso-elements.tsx @@ -199,13 +199,12 @@ export const Router = { }); document.addEventListener("click", e=> { - const t = e.target as HTMLAnchorElement; const path = e.composedPath() as HTMLAnchorElement[]; for(let i=0; i