Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Sep 11, 2023
1 parent 46c3ec6 commit 3996345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal-typings/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ declare module 'url' {
export const parse: (href: string) => {
hash?: string;
pathname?: string;
}
};
}

declare module '*.svg' {
Expand Down

0 comments on commit 3996345

Please sign in to comment.