mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-25 20:54:18 +00:00
webpack and all loader as well plugin version update
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
import CosmosDBIcon from "images/Azure-Cosmos-DB.svg";
|
||||
import DeleteIcon from "images/delete.svg";
|
||||
import GalleryIcon from "images/GalleryIcon.svg";
|
||||
import FileIcon from "images/notebook/file-cosmos.svg";
|
||||
import CopyIcon from "images/notebook/Notebook-copy.svg";
|
||||
import NewNotebookIcon from "images/notebook/Notebook-new.svg";
|
||||
import NotebookIcon from "images/notebook/Notebook-resource.svg";
|
||||
import PublishIcon from "images/notebook/publish_content.svg";
|
||||
import RefreshIcon from "images/refresh-cosmos.svg";
|
||||
import CollectionIcon from "images/tree-collection.svg";
|
||||
import * as ko from "knockout";
|
||||
import { Callout, DirectionalHint, ICalloutProps, ILinkProps, Link, Stack, Text } from "office-ui-fabric-react";
|
||||
import * as React from "react";
|
||||
import CosmosDBIcon from "../../../images/Azure-Cosmos-DB.svg";
|
||||
import DeleteIcon from "../../../images/delete.svg";
|
||||
import GalleryIcon from "../../../images/GalleryIcon.svg";
|
||||
import FileIcon from "../../../images/notebook/file-cosmos.svg";
|
||||
import CopyIcon from "../../../images/notebook/Notebook-copy.svg";
|
||||
import NewNotebookIcon from "../../../images/notebook/Notebook-new.svg";
|
||||
import NotebookIcon from "../../../images/notebook/Notebook-resource.svg";
|
||||
import PublishIcon from "../../../images/notebook/publish_content.svg";
|
||||
import RefreshIcon from "../../../images/refresh-cosmos.svg";
|
||||
import CollectionIcon from "../../../images/tree-collection.svg";
|
||||
import { ReactAdapter } from "../../Bindings/ReactBindingHandler";
|
||||
import { ArrayHashMap } from "../../Common/ArrayHashMap";
|
||||
import { Areas } from "../../Common/Constants";
|
||||
|
||||
Reference in New Issue
Block a user