Skip to content

Commit

Permalink
Rename FromLedgerWebExtension file
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d authored and buberdds committed Nov 12, 2024
1 parent 849bf52 commit c37a296
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 '../ExtLedgerAccessPopup/ExtLedgerAccessPopup'
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 c37a296

Please sign in to comment.