This website requires JavaScript.
Explore
Help
Register
Sign In
m
/
metamask-extension
Watch
1
Star
0
Fork
0
You've already forked metamask-extension
mirror of
https://github.com/kremalicious/metamask-extension.git
synced
2024-11-23 10:30:04 +01:00
Code
8c233b2a82
metamask-extension
/
ui
/
components
/
app
/
selected-account
/
index.js
4 lines
93 B
JavaScript
Raw
Normal View
History
Unescape
Escape
@metamask/eslint config@5.0.0 (#10358) * @metamask/eslint-config@5.0.0 * Update eslintrc and prettierrc * yarn lint:fix
2021-02-04 19:15:23 +01:00
import
SelectedAccount
from
'./selected-account.container'
;
Migrate codebase to use ESM (#7730) * Update eslint-plugin-import version * Convert JS files to use ESM * Update ESLint rules to check imports * Fix test:unit:global command env * Cleanup mock-dev script
2020-01-09 04:34:58 +01:00
@metamask/eslint config@5.0.0 (#10358) * @metamask/eslint-config@5.0.0 * Update eslintrc and prettierrc * yarn lint:fix
2021-02-04 19:15:23 +01:00
export
default
SelectedAccount
;
Copy Permalink