From 4a6263cb0f521eee9085cabf4fcac8bc8420170a Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Thu, 8 Jan 2026 13:46:49 +0800 Subject: [PATCH] Added ts-ignore on lazy --- src/routes.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes.tsx b/src/routes.tsx index cc82072..91bf5e0 100644 --- a/src/routes.tsx +++ b/src/routes.tsx @@ -1,5 +1,6 @@ import type { RouteDefinition } from '@solidjs/router' import Index from './pages/IndexPage/Index' +// @ts-ignore import { lazy } from 'solid-js' export const routes: RouteDefinition[] = [