Skip to content

Commit

Permalink
Remove semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Apr 7, 2023
1 parent 88ae930 commit 2ce7fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export type {
* router.push(returnToPath as Route)
* ```
*/
export type Route = string & {};
export type Route = string & {}

// Extend the React types with missing properties
declare module 'react' {
Expand Down

0 comments on commit 2ce7fff

Please sign in to comment.