Skip to content

Commit

Permalink
optimize uses
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Nov 3, 2024
1 parent 4b00cb7 commit f31fe19
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';
import {TypeHubService} from "../../typehub.service";
import {ImportService} from "../../import.service";
import {BCLayerService} from "../../bclayer.service";
import {NgbModal, NgbOffcanvas} from "@ng-bootstrap/ng-bootstrap";
import {Component, Input, OnInit} from '@angular/core';
import {ViewportScroller} from "@angular/common";

@Component({
Expand Down

0 comments on commit f31fe19

Please sign in to comment.