Skip to content

Commit

Permalink
fix: swap widget router integration
Browse files Browse the repository at this point in the history
  • Loading branch information
siandreev committed Jan 27, 2025
1 parent 104ba4e commit ea9f110
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/web-swap-widget/src/libs/router-stub.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ export const useLocation = () => {
};
};

export const useHistory = () => {
return {};
};

export const Link = () => {
return <></>;
};

0 comments on commit ea9f110

Please sign in to comment.