UNPKG

@r3l/app

Version:
16 lines (13 loc) 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.auth = void 0; var _user = require("./user"); var auth = { community: 'testCommunity', user: _user.user1, isAuthenticated: true }; exports.auth = auth; //# sourceMappingURL=auth.js.map