mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
* 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
5 lines
143 B
TypeScript
5 lines
143 B
TypeScript
declare module "*.svg" {
|
|
import React from "react";
|
|
export const ReactComponent: React.FunctionComponent<React.SVGProps<SVGSVGElement>>;
|
|
}
|