All Downloads are FREE. Search and download functionalities are using the official Maven repository.

apps.websight-package-manager.web-resources.fragments.global.global-navigation.administration.NavigationItemFragment.js Maven / Gradle / Ivy

The newest version!
import React from "/apps/websight-atlaskit-esm/web-resources/react.js";
import { LinkItem } from "/apps/websight-atlaskit-esm/web-resources/@atlaskit/menu.js";
import { NavigationItemIcon } from "/apps/websight-admin/web-resources/Icons.js";
import { PACKAGE_MANAGER_ROOT_PATH } from "../../../../utils/PackageManagerConstants.js";
export default class NavigationItemFragment extends React.Component {
  render() {
    return /*#__PURE__*/React.createElement(LinkItem, {
      href: PACKAGE_MANAGER_ROOT_PATH,
      elemBefore: /*#__PURE__*/React.createElement(NavigationItemIcon, {
        className: "material-icons"
      }, "dvr")
    }, "Package Manager");
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy