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[] = [