Browse Source

fix(client): remove standalone attribute

pull/5446/head
Kenrick Tandrian 4 months ago
committed by GitHub
parent
commit
04d1eee0ec
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.ts

1
apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.ts

@ -63,7 +63,6 @@ import { NgxSkeletonLoaderModule } from 'ngx-skeleton-loader';
RouterModule
],
selector: 'gf-benchmark-comparator',
standalone: true,
styleUrls: ['./benchmark-comparator.component.scss'],
templateUrl: './benchmark-comparator.component.html'
})

Loading…
Cancel
Save