We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49dbe17 commit bae47ebCopy full SHA for bae47eb
apps/frontend/src/app/5_pages/MarketMakingPage/components/BobWIthdrawModal/BobWithdrawModal.tsx
@@ -33,6 +33,7 @@ import { AmountForm } from './components/AmountForm/AmountForm';
33
import { NewPoolStatistics } from './components/NewPoolStatistics/NewPoolStatistics';
34
import { useGetTokenDecimals } from './hooks/useGetTokenDecimals';
35
import { useHandleSubmit } from './hooks/useHandleSubmit';
36
+import { Pool } from '@sovryn/sdk';
37
38
const pageTranslations = translations.bobMarketMakingPage.withdrawModal;
39
0 commit comments