mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 06:07:06 +01:00
c17fa40114
The permission-related modules are now all exported together in the index of the `app/scripts/controllers/permissions` directory.
7 lines
191 B
JavaScript
7 lines
191 B
JavaScript
export * from './caveat-mutators';
|
|
export * from './background-api';
|
|
export * from './enums';
|
|
export * from './permission-log';
|
|
export * from './specifications';
|
|
export * from './selectors';
|