resolve_DefaultExperienceUtility

This commit is contained in:
hardiknai-techm
2021-07-13 08:38:05 +05:30
parent 854bd2c149
commit a9e758f67c
14 changed files with 121 additions and 130 deletions

View File

@@ -1,7 +1,7 @@
import * as ko from "knockout";
import "../less/index.less";
import "./Libs/jquery";
import * as ko from "knockout";
class Index {
public navigationSelection: ko.Observable<string>;
@@ -19,5 +19,5 @@ class Index {
}
}
var index = new Index();
const index = new Index();
ko.applyBindings(index);