Skip to content

Commit

Permalink
Move import up
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Jun 13, 2024
1 parent 5b2ce08 commit 8a0480e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Component, ViewEncapsulation, OnInit, ViewChild, ElementRef, ChangeDetectorRef } from "@angular/core";
import { takeUntilDestroyed } from "@angular/core/rxjs-interop";
import { trigger, style, transition, animate } from "@angular/animations";
import { Observable, interval } from "rxjs";
import { regressionLoess } from "d3-regression";
Expand All @@ -19,7 +20,6 @@ import { GeoLocationService } from "../services/geo-location.service";
import { AudioPlayerFactory, IAudioPlayer } from "../services/audio-player.factory";
import { ToggleIsShowKmMarkersAction, ToggleIsShowSlopeAction } from "../reducers/configuration.reducer";
import type { LatLngAlt, ApplicationState, LatLngAltTime } from "../models/models";
import { takeUntilDestroyed } from "@angular/core/rxjs-interop";

declare type DragState = "start" | "drag" | "none";

Expand Down

0 comments on commit 8a0480e

Please sign in to comment.