1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Simplify NetworkController re-export (#8528)

This commit is contained in:
Whymarrh Whitby 2020-05-05 21:02:44 -02:30 committed by GitHub
parent ceb5970afd
commit 8b308884b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1 @@
import NetworkController from './network'
export default NetworkController
export { default } from './network'