Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Sep 20, 2024
1 parent 2cfcce7 commit f85f2b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
UserInputEventType,
} from '@metamask/snaps-sdk';
import { useSelector } from 'react-redux';
import classnames from 'classnames';
import {
Button,
ButtonProps,
Expand All @@ -19,7 +20,6 @@ import {
import { useSnapInterfaceContext } from '../../../../contexts/snaps';
import { SnapIcon } from '../snap-icon';
import { getHideSnapBranding } from '../../../../selectors';
import classnames from 'classnames';

type SnapUIFooterButtonProps = {
name?: string;
Expand Down

0 comments on commit f85f2b0

Please sign in to comment.