Skip to content

Commit f192660

Browse files
adjsutment import hammer
1 parent ebb3f7d commit f192660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/slidecontent-angular/src/lib/slide-content/slide-content.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
} from "@angular/core";
1010
import { interval, Subscription } from "rxjs";
1111
import { takeWhile } from "rxjs/operators";
12-
import * as Hammer from "hammerjs";
12+
import Hammer from 'hammerjs';
1313

1414
@Component({
1515
selector: "slide-content",

0 commit comments

Comments
 (0)