Skip to content

Commit

Permalink
🔥 Delete accountTransactions component
Browse files Browse the repository at this point in the history
  • Loading branch information
slaweet committed Jul 31, 2019
1 parent a3b32ec commit 001eed2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 108 deletions.
21 changes: 0 additions & 21 deletions src/components/accountTransactions/accountTransactions.js

This file was deleted.

61 changes: 0 additions & 61 deletions src/components/accountTransactions/accountTransactions.test.js

This file was deleted.

10 changes: 0 additions & 10 deletions src/components/accountTransactions/index.js

This file was deleted.

33 changes: 17 additions & 16 deletions src/constants/routes.js
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
import { tokenMap } from './tokens';
import AccountVisualDemo from '../components/accountVisual/demo';
import AddBookmark from '../components/bookmarks/addBookmark';
import Bookmarks from '../components/bookmarks';
import Dashboard from '../components/dashboard';
import DelegateRegistration from '../components/delegateRegistration';
import Delegates from '../components/delegates';
import ExplorerTransactions from
'../components/transactions/explorerTransactions';
import Extensions from '../components/extensions';
import Help from '../components/help';
import Setting from '../components/setting';
import HwWalletLogin from '../components/hwWalletLogin';
import Login from '../components/login';
import Register from '../components/register';
import SecondPassphrase from '../components/secondPassphrase';
import Send from '../components/send/send';
import Setting from '../components/setting';
import SignMessage from '../components/signMessage';
import TransactionDashboard from '../components/transactionDashboard';
import AccountTransactions from '../components/accountTransactions';
import Delegates from '../components/delegates';
import Voting from '../components/voting';
import SingleTransaction from '../components/singleTransaction';
import HwWalletLogin from '../components/hwWalletLogin';
import AccountVisualDemo from '../components/accountVisual/demo';
import Send from '../components/send/send';
import Splashscreen from '../components/splashscreen';
import Register from '../components/register';
import Login from '../components/login';
import Extensions from '../components/extensions';
import TermsOfUse from '../components/termsOfUse';
import ToolboxDemo from '../components/toolbox/demo';
import Dashboard from '../components/dashboard';
import Bookmarks from '../components/bookmarks';
import AddBookmark from '../components/bookmarks/addBookmark';
import DelegateRegistration from '../components/delegateRegistration';
import TransactionDashboard from '../components/transactionDashboard';
import Voting from '../components/voting';

export default {
accountVisualDemo: {
Expand Down Expand Up @@ -114,7 +115,7 @@ export default {
pathPrefix: '',
path: '/explorer/accounts',
pathSuffix: '/:address?',
component: AccountTransactions,
component: ExplorerTransactions,
isPrivate: false,
},
transactions: {
Expand Down

0 comments on commit 001eed2

Please sign in to comment.