build fix
This commit is contained in:
parent
8e9b2ee4af
commit
edf621a91b
|
@ -1,8 +1,8 @@
|
|||
import type { PageContextBuiltIn } from 'vike/types'
|
||||
import type { PageProps } from '../pages/types'
|
||||
import type { Component } from 'solid-js'
|
||||
import { PageContextBuiltInClientWithClientRouting } from 'vike/dist/esm/types'
|
||||
|
||||
export type PageContext = PageContextBuiltIn & {
|
||||
export type PageContext = PageContextBuiltInClientWithClientRouting & {
|
||||
Page: (pageProps: PageProps) => Component
|
||||
pageProps: PageProps
|
||||
lng: string
|
||||
|
|
Loading…
Reference in New Issue
Block a user