Skip to content

Commit

Permalink
tweak typing
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Sep 2, 2022
1 parent 177fdab commit d012198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/server/load-components.ts
Expand Up @@ -38,7 +38,7 @@ export type LoadComponentsReturnType = {
getStaticPaths?: GetStaticPaths
getServerSideProps?: GetServerSideProps
ComponentMod: any
isAppPath: boolean
isAppPath?: boolean
}

export async function loadDefaultErrorComponents(distDir: string) {
Expand Down

0 comments on commit d012198

Please sign in to comment.