Files
linea-monorepo/bridge-ui/svg.d.ts
Victorien Gauch 7566fab773 Feat(3102): add menu and history page (#3852)
* fix: refactor state management

* fix: update pnpm lock file and use fixed version for zustand

* feat: add sidebar menu and mobile menu + transaction history page

* feat: add side bar menu and history page

* fix: remove unused code + update TransactionClaimButton component

* fix: update dockerfile to remove warning during build
2024-09-10 13:08:37 +02:00

5 lines
143 B
TypeScript

declare module "*.svg" {
import React from "react";
export const ReactComponent: React.FunctionComponent<React.SVGProps<SVGSVGElement>>;
}