855c1126a4
* Upgrade markdown-loader & marked * Align UglifyJS (wallet/shell) * Add ethereumjs-util Babel compilation
43 lines
1.8 KiB
JavaScript
43 lines
1.8 KiB
JavaScript
// Copyright 2015-2017 Parity Technologies (UK) Ltd.
|
|
// This file is part of Parity.
|
|
|
|
// Parity is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
|
|
// Parity is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
export AddAddress from './AddAddress';
|
|
export AddContract from './AddContract';
|
|
export CreateAccount from './CreateAccount';
|
|
export CreateWallet from './CreateWallet';
|
|
export DappPermissions from './DappPermissions';
|
|
export DappsVisible from './AddDapps';
|
|
export DeleteAccount from './DeleteAccount';
|
|
export DeployContract from './DeployContract';
|
|
export EditMeta from './EditMeta';
|
|
export ExecuteContract from './ExecuteContract';
|
|
export ExportAccount from './ExportAccount';
|
|
export Faucet from './Faucet';
|
|
export LoadContract from './LoadContract';
|
|
export PasswordManager from './PasswordManager';
|
|
export SaveContract from './SaveContract';
|
|
export Shapeshift from './Shapeshift';
|
|
export Transfer from './Transfer';
|
|
export UpgradeParity from './UpgradeParity';
|
|
export VaultAccounts from './VaultAccounts';
|
|
export VaultCreate from './VaultCreate';
|
|
export VaultLock from './VaultLock';
|
|
export VaultMeta from './VaultMeta';
|
|
export VaultSelector from './VaultSelector';
|
|
export VaultUnlock from './VaultUnlock';
|
|
export Verification from './Verification';
|
|
export WalletSettings from './WalletSettings';
|