16 lines
639 B
JavaScript
16 lines
639 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const tslib_1 = require("tslib");
|
|
const i18n_1 = tslib_1.__importDefault(require("./i18n"));
|
|
const path_1 = tslib_1.__importDefault(require("./path"));
|
|
const actionAuth_1 = tslib_1.__importDefault(require("./actionAuth"));
|
|
const shipCompany_1 = tslib_1.__importDefault(require("./shipCompany"));
|
|
const shipService_1 = tslib_1.__importDefault(require("./shipService"));
|
|
exports.default = {
|
|
i18n: i18n_1.default,
|
|
path: path_1.default,
|
|
actionAuth: actionAuth_1.default,
|
|
shipCompany: shipCompany_1.default,
|
|
shipService: shipService_1.default,
|
|
};
|