Skip to content

Commit

Permalink
fix: config
Browse files Browse the repository at this point in the history
  • Loading branch information
rhlsthrm committed Oct 11, 2024
1 parent b952b95 commit 1044e01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ import MaxDeposit from './MaxDeposit';
import SwapTo from './SwapTo';

// import { useDebounce } from '@ui/hooks/useDebounce';
import SliderComponent from '@ui/app/_components/popup/Slider';
import type { IBal } from '@ui/app/_components/stake/MaxDeposit';
import { donutoptions, getDonutData } from '@ui/app/_constants/mock';
import { useMultiIonic } from '@ui/context/MultiIonicContext';
import { useDebounce } from '@ui/hooks/useDebounce';
import { useSupplyCap } from '@ui/hooks/useSupplyCap';
import type { MarketData } from '@ui/types/TokensDataMap';
import SliderComponent from 'ui/app/_components/popup/Slider';
import type { IBal } from 'ui/app/_components/stake/MaxDeposit';
import { donutoptions, getDonutData } from 'ui/app/_constants/mock';

createConfig({
integrator: 'ionic',
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"baseUrl": "./packages",
"paths": {
"@ui/components/*": ["ui/components/*"],
"@ui/app/*": ["ui/app/*"],
"@ui/config/*": ["ui/config/*"],
"@ui/constants/*": ["ui/constants/*"],
"@ui/context/*": ["ui/context/*"],
Expand Down

0 comments on commit 1044e01

Please sign in to comment.