Skip to content

Commit

Permalink
post-merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Dec 17, 2024
1 parent 2d4f0f4 commit 1eeeb21
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import globalMessages from '../../../../i18n/global-messages';
import type { $npm$ReactIntl$IntlFormat } from 'react-intl';
import type { ExplorerRow } from '../../../../api/ada/lib/storage/database/explorers/tables';
import { SelectedExplorer } from '../../../../domain/SelectedExplorer';
import { withLayout } from '../../../../styles/context/layout';
import type { InjectedLayoutProps } from '../../../../styles/context/layout';
import { MenuItemStyled } from '../../../common/commonStyles/MenuItemStyled';

type Props = {|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import FlagLabel from '../../../widgets/FlagLabel';
import { tier1Languages } from '../../../../config/languagesConfig';
import globalMessages, { listOfTranslators } from '../../../../i18n/global-messages';
import type { $npm$ReactIntl$IntlFormat } from 'react-intl';
import { withLayout } from '../../../../styles/context/layout';
import type { InjectedLayoutProps } from '../../../../styles/context/layout';
import { GlobalStyledScrollbar } from '../../../common/commonStyles/GlobalStylesScrollbar';
import { MenuItemStyled } from '../../../common/commonStyles/MenuItemStyled';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ import VerticalFlexContainer from '../../../layout/VerticalFlexContainer';
import LoadingSpinner from '../../../widgets/LoadingSpinner';
import globalMessages from '../../../../i18n/global-messages';
import type { $npm$ReactIntl$IntlFormat } from 'react-intl';
import { withLayout } from '../../../../styles/context/layout';
import type { InjectedLayoutProps } from '../../../../styles/context/layout';
import { GlobalStyledScrollbar } from '../../../common/commonStyles/GlobalStylesScrollbar';
import { MenuItemStyled } from '../../../common/commonStyles/MenuItemStyled';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import { messages } from '../../../components/wallet/settings/RemoveWallet';
import type { StoresAndActionsProps } from '../../../types/injectedProps.types';

import DangerousActionDialog from '../../../components/widgets/DangerousActionDialog';
import type { LayoutComponentMap } from '../../../styles/context/layout';
import { withLayout } from '../../../styles/context/layout';
import { Typography } from '@mui/material';

type Props = {|
Expand Down

0 comments on commit 1eeeb21

Please sign in to comment.