Skip to content

Commit

Permalink
fix: update component directory
Browse files Browse the repository at this point in the history
  • Loading branch information
aizad-deriv committed Jan 4, 2024
1 parent 41c4732 commit e18efb9
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 6 deletions.
2 changes: 0 additions & 2 deletions packages/tradershub/src/components/Base/index.ts

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React, { useEffect, useRef, useState } from 'react';
import { useCopyToClipboard, useHover } from 'usehooks-ts';
import { Button, useBreakpoint } from '@deriv/quill-design';
import ClipboardIcon from '../../../public/images/clipboard.svg';
import CheckmarkCircle from '../../../public/images/ic-checkmark-circle.svg';
import ClipboardIcon from '../../public/images/clipboard.svg';
import CheckmarkCircle from '../../public/images/ic-checkmark-circle.svg';
import { Tooltip } from '../Tooltip';

type TClipboardProps = {
Expand Down
3 changes: 2 additions & 1 deletion packages/tradershub/src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export * from './ActionScreen';
export * from './Base';
export * from './ButtonGroup';
export * from './ButtonGroup';
export * from './Clipboard';
export * from './ContentSwitcher';
export * from './CurrencySwitcher';
export * from './Dialog';
Expand All @@ -10,6 +10,7 @@ export * from './Modal';
export * from './ModalStepWrapper';
export * from './OptionsAndMultipliersSection';
export * from './StaticLink';
export * from './Tooltip';
export * from './TotalAssets';
export * from './TradingAccountCard';
export * from './TradingAccountsList';
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { FC, useRef } from 'react';
import { useHover } from 'usehooks-ts';
import { qtMerge, Text, useBreakpoint } from '@deriv/quill-design';
import { Clipboard, Tooltip } from '../../../../../components/Base';
import { Clipboard, Tooltip } from '../../../../../components';
import EditIcon from '../../../../../public/images/ic-edit.svg';

type TMT5TradeDetailsItemProps = {
Expand Down

0 comments on commit e18efb9

Please sign in to comment.