Repository URL to install this package:
|
Version:
8.1.0-rc.5 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LINKS = exports.PAGE = void 0;
var PAGE = {
PRODUCT: 'product',
SITE: 'site'
};
exports.PAGE = PAGE;
var LINKS = {
HOMEPAGE: '/',
DASHBOARD: '/dashboard'
};
exports.LINKS = LINKS;