Merging duplicate mempool graph code.

This commit is contained in:
softsimon
2020-03-29 23:59:04 +07:00
parent 24c23f1ee8
commit 9814927849
7 changed files with 127 additions and 197 deletions

View File

@@ -44,6 +44,7 @@ import { MempoolBlockComponent } from './components/mempool-block/mempool-block.
import { FeeDistributionGraphComponent } from './components/fee-distribution-graph/fee-distribution-graph.component';
import { TimespanComponent } from './components/timespan/timespan.component';
import { SeoService } from './services/seo.service';
import { MempoolGraphComponent } from './components/mempool-graph/mempool-graph.component';
@NgModule({
declarations: [
@@ -78,6 +79,7 @@ import { SeoService } from './services/seo.service';
FiatComponent,
MempoolBlockComponent,
FeeDistributionGraphComponent,
MempoolGraphComponent,
],
imports: [
BrowserModule,