UNPKG

@lyra/base

Version:

Lyra plugin containing the base components and roles for a Lyra configuration

13 lines (8 loc) 365 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _createProjectStore = require('./createProjectStore'); var _createProjectStore2 = _interopRequireDefault(_createProjectStore); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } exports.default = (0, _createProjectStore2.default)();