mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-21 09:51:11 +00:00
resolve_DefaultExperienceUtility
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user