rename clock components
This commit is contained in:
@@ -4,8 +4,8 @@ import { AppPreloadingStrategy } from './app.preloading-strategy'
|
||||
import { StartComponent } from './components/start/start.component';
|
||||
import { TransactionComponent } from './components/transaction/transaction.component';
|
||||
import { BlockComponent } from './components/block/block.component';
|
||||
import { ClockAComponent } from './components/clock/clock-a.component';
|
||||
import { ClockBComponent } from './components/clock/clock-b.component';
|
||||
import { ClockMinedComponent as ClockMinedComponent } from './components/clock/clock-mined.component';
|
||||
import { ClockMempoolComponent as ClockMempoolComponent } from './components/clock/clock-mempool.component';
|
||||
import { AddressComponent } from './components/address/address.component';
|
||||
import { MasterPageComponent } from './components/master-page/master-page.component';
|
||||
import { AboutComponent } from './components/about/about.component';
|
||||
@@ -358,12 +358,12 @@ let routes: Routes = [
|
||||
],
|
||||
},
|
||||
{
|
||||
path: 'clock-face-a',
|
||||
component: ClockAComponent,
|
||||
path: 'clock-mined',
|
||||
component: ClockMinedComponent,
|
||||
},
|
||||
{
|
||||
path: 'clock-face-b',
|
||||
component: ClockBComponent,
|
||||
path: 'clock-mempool',
|
||||
component: ClockMempoolComponent,
|
||||
},
|
||||
{
|
||||
path: 'status',
|
||||
|
||||
Reference in New Issue
Block a user