Skip to content

Commit d96ba9d

Browse files
committed
Fixed minor import issue.
1 parent 247fcd9 commit d96ba9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grid-layout-section/ko/gridLayoutSelector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import ko from "knockout";
1+
import * as ko from "knockout";
22
import * as Objects from "@paperbits/common/objects";
33
import template from "./gridLayoutSelector.html";
44
import { Bag } from "@paperbits/common";

0 commit comments

Comments
 (0)