Skip to content

Commit

Permalink
Rename FromLedgerWebExtension file
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Nov 12, 2024
1 parent cdd3f7f commit 0907ed5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/popup/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react'
import { RouteObject } from 'react-router-dom'
import { App } from 'app'
import { ExtLedgerAccessPopup } from '../ExtensionRequestLedgerPermissionPopup/ExtLedgerAccessPopup'

Check failure on line 4 in extension/src/popup/routes.tsx

View workflow job for this annotation

GitHub Actions / lint

Cannot find module '../ExtensionRequestLedgerPermissionPopup/ExtLedgerAccessPopup' or its corresponding type declarations.
import { FromLedgerWebExtension } from 'app/pages/OpenWalletPage/webextension'
import { FromLedgerWebExtension } from 'app/pages/OpenWalletPage/FromLedgerWebExtension'
import { commonRoutes } from '../../../src/commonRoutes'
import { SelectOpenMethod } from '../../../src/app/pages/OpenWalletPage'

Expand Down

0 comments on commit 0907ed5

Please sign in to comment.