UNPKG

@openshift-assisted/ui-lib

Version:

React component library for the Assisted Installer UI

9 lines 332 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.setRouteBasePath = exports.routeBasePath = void 0; exports.routeBasePath = ''; const setRouteBasePath = (basePath) => { exports.routeBasePath = basePath; }; exports.setRouteBasePath = setRouteBasePath; //# sourceMappingURL=routeBasePath.js.map