Skip to content

Commit ebdca6e

Browse files
Jerome AudouyYakoust
authored andcommitted
fix(stroke): fix ColorLike import path
1 parent 4450d2e commit ebdca6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/ngx-openlayers/src/lib/styles/stroke.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { StyleComponent } from './style.component';
44
import { StyleCircleComponent } from './circle.component';
55
import { StyleTextComponent } from './text.component';
66
import { Color } from 'ol/color';
7-
import { ColorLike } from 'ol/colorLike';
7+
import { ColorLike } from 'ol/colorlike';
88

99
@Component({
1010
selector: 'aol-style-stroke',

0 commit comments

Comments
 (0)