Skip to content

Commit 54f1387

Browse files
author
Nadeem Ur-Rehman
committed
fix(selectql): fix importing sytnax for SelectQL file
build was failing for import syntax, fixed!
1 parent 068951a commit 54f1387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SelectQL.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import Selector, { ISelector, Operators } from './Selector'
33
import * as util from './utils'
44

5-
export default class SelectQL implements ISelector {
5+
export class SelectQL implements ISelector {
66
// The Concrete Builder
77
selector: Selector;
88
selectedInput: any;

0 commit comments

Comments
 (0)