mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-23 03:34:16 +00:00
Initial Move from Azure DevOps to GitHub
This commit is contained in:
7
src/Platform/Emulator/Main.ts
Normal file
7
src/Platform/Emulator/Main.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as ViewModels from "../../Contracts/ViewModels";
|
||||
import EmulatorExplorerFactory from "./ExplorerFactory";
|
||||
|
||||
export function initializeExplorer(): ViewModels.Explorer {
|
||||
const explorer = EmulatorExplorerFactory.createExplorer();
|
||||
return explorer;
|
||||
}
|
||||
Reference in New Issue
Block a user