Skip to content

Commit

Permalink
Move SnapUITooltip import
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Jun 25, 2024
1 parent 22e708d commit b7f7951
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import { SnapUIForm } from '../snaps/snap-ui-form';
import { SnapUIButton } from '../snaps/snap-ui-button';
import { SnapUIDropdown } from '../snaps/snap-ui-dropdown';
import { SnapUICheckbox } from '../snaps/snap-ui-checkbox';
import { SnapUITooltip } from '../snaps/snap-ui-tooltip';
///: END:ONLY_INCLUDE_IF
///: BEGIN:ONLY_INCLUDE_IF(keyring-snaps)
import { SnapAccountSuccessMessage } from '../../../pages/confirmations/components/snap-account-success-message';
Expand All @@ -44,7 +45,6 @@ import {
} from '../../../pages/remove-snap-account';
import { SnapAccountRedirect } from '../../../pages/snap-account-redirect';
import SnapAuthorshipHeader from '../snaps/snap-authorship-header';
import { SnapUITooltip } from '../snaps/snap-ui-tooltip';
///: END:ONLY_INCLUDE_IF

export const safeComponentList = {
Expand Down

0 comments on commit b7f7951

Please sign in to comment.