Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
feedthejim committed Feb 1, 2023
1 parent a067380 commit cd5783a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/types/compiled.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ declare module 'next/dist/compiled/webpack/webpack' {
export const ResolvePluginInstance: any
}

declare module 'next/dist/compiled/ora/ora' {
declare module 'next/dist/compiled/ora' {
export const Ora: any
}

0 comments on commit cd5783a

Please sign in to comment.