Skip to content

Commit

Permalink
feat: financial statement
Browse files Browse the repository at this point in the history
export default
  • Loading branch information
apexearth committed Sep 28, 2023
1 parent 0b36f9b commit 604063e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/analytics/src/FinancialStatement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ export const LiveFinancialStatement = () => {
);
};

export default LiveFinancialStatement;

const FinancialStatementContext = createContext({
ethPrice: undefined as number | undefined,
showUsdPrice: false,
Expand Down

0 comments on commit 604063e

Please sign in to comment.