solid-panes
Version:
Solid-compatible Panes: applets and views for the mashlib and databrowser
26 lines (23 loc) • 731 B
JavaScript
;
// Suspect this is unsed test code
/* Profile Editing Appp Pane
**
** Unlike view panes, this is available any place whatever the real subject,
** and allows the user to edit their own profile.
**
** Usage: paneRegistry.register('profile/profilePane')
** or standalone script adding onto existing mashlib.
*/
// import UI from 'solid-ui'
// import solidUi, { SolidUi } from 'solid-ui'
// @@ TODO: Write away the need for exception on next line
// eslint-disable-next-line camelcase
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var thisPane = {
foo: 'bar'
};
var _default = exports["default"] = thisPane; // ENDS
//# sourceMappingURL=edit-importer.js.map