mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01: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:
parent
2e565d02b2
commit
d5948f1cbe
@ -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';
|
||||
|
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user