Skip to content

Commit 2715e92

Browse files
committed
fix: update geostyler-style imports
1 parent cb42b1a commit 2715e92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CqlParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {
22
isGeoStylerFunction,
33
isFilter,
44
isOperator
5-
} from 'geostyler-style/dist/typeguards';
5+
} from 'geostyler-style';
66

77
import {
88
isString as _isString,

0 commit comments

Comments
 (0)