Added ts-ignore on lazy
This commit is contained in:
parent
edb7a471fa
commit
4a6263cb0f
1 changed files with 1 additions and 0 deletions
|
|
@ -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[] = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue