Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
matstyler committed Feb 22, 2024
1 parent 997bad8 commit d4f3b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallets/metamask/src/pages/SettingsPage/page.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Page } from '@playwright/test'
import { enableEthSign } from './actions'
import Selectors from './selectors'
import disableEthSign from './actions/disableEthSign'
import Selectors from './selectors'

export class SettingsPage {
static readonly selectors = Selectors
Expand Down

0 comments on commit d4f3b70

Please sign in to comment.