Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
System625 committed Dec 20, 2024
1 parent 70ce8bf commit 6a9e6d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/pages/dashboard/Dashboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { ReactComponent as TelegramIcon } from '../../assets/icons/telegram_dash
import Spinner from '../../components/ui/spinner/Spinner';
import useDashboardData from '../../hooks/useDashboardData';
import { useClosePosition, useCheckPosition } from '../../hooks/useClosePosition';
import { Button } from '../../components/ui/button/Button';
import { Button } from 'components/ui/button';
import { useWalletStore } from '../../stores/useWalletStore';
import { ActionModal } from '../../components/ui/action-modal';
import useTelegramNotification from '../../hooks/useTelegramNotification';
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/form/Form.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import './form.css';
import { createPortal } from 'react-dom';
import useLockBodyScroll from '../../hooks/useLockBodyScroll';
import CongratulationsModal from '../../components/layout/congratulations-modal/CongratulationsModal';
import { Button } from '../../components/ui/button/Button';
import { Button } from 'components/ui/button';
import { useWalletStore } from '../../stores/useWalletStore';
import { useConnectWallet } from '../../hooks/useConnectWallet';
import { useCheckPosition } from '../../hooks/useClosePosition';
Expand Down

0 comments on commit 6a9e6d8

Please sign in to comment.