Skip to content

Commit

Permalink
Fix unwanted code change
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Nov 6, 2024
1 parent 55c9d1b commit 288d62b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
inject,
input,
} from '@angular/core';
import { VideoSource, VideoSourceSpecification } from 'maplibre-gl';
import type { VideoSource, VideoSourceSpecification } from 'maplibre-gl';
import { SourceDirective } from './source.directive';
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
import { tap } from 'rxjs';
Expand Down

0 comments on commit 288d62b

Please sign in to comment.