Skip to content

Commit

Permalink
tweak typing
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Sep 1, 2022
1 parent 3724249 commit f7a80dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/server/load-components.ts
Original file line number Diff line number Diff line change
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 f7a80dd

Please sign in to comment.