Skip to content

Commit

Permalink
Remove empty arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiaIvarsRitense committed Oct 14, 2024
1 parent 66bdcc5 commit 6e4c6b9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ import {GaugeModule} from './gauge';
import {MeterModule} from './meter';

@NgModule({
declarations: [],
imports: [BarChartModule, BigNumberModule, DonutModule, GaugeModule, MeterModule],
exports: [],
providers: [],
})
export class DisplayWidgetTypesModule {}

0 comments on commit 6e4c6b9

Please sign in to comment.