Skip to content

Commit

Permalink
Add useState import to MainAddFunds.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Apr 26, 2024
1 parent 46778ec commit 07dbd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/Main/MainAddFunds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
Typography,
} from 'antd';
import Link from 'next/link';
import { useCallback, useMemo } from 'react';
import { useCallback, useMemo, useState } from 'react';
import styled from 'styled-components';

import { copyToClipboard, truncateAddress } from '@/common-util';
Expand Down

0 comments on commit 07dbd10

Please sign in to comment.