1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

colocate confirm-encryption-public-key page styles (#9251)

Follows the previously set pattern of colocating styles along side the
consuming components. This one was really straight forward and just a
reorganization of files and imports. No code changes occurred.
This commit is contained in:
Brad Decker 2020-08-18 09:10:15 -05:00 committed by GitHub
parent 2e565d02b2
commit d5948f1cbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,6 @@
// Tx List and Sections
@import './gas-slider';
@import './simple-dropdown';
@import './request-encryption-public-key';
@import './request-decrypt-message';
@import './pages/index';
@import './tooltip';

View File

@ -4,6 +4,7 @@
@import 'home/index';
@import 'send/send';
@import 'confirm-add-token/index';
@import 'confirm-encryption-public-key/confirm-encryption-public-key';
@import 'connected-sites/index';
@import 'connected-accounts/index';
@import 'settings/index';