UNPKG

laravel-jstools

Version:

JS tools for building front-side of Laravel applications

26 lines (25 loc) 788 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PageList = void 0; const login_1 = require("./auth/login"); const index_1 = require("./config/index"); const history_1 = require("./config/history"); const show_1 = require("./config/show"); const index_2 = require("./role/index"); const history_2 = require("./role/history"); const show_2 = require("./role/show"); const index_3 = require("./user/index"); const history_3 = require("./user/history"); const show_3 = require("./user/show"); exports.PageList = [ login_1.default, index_1.default, history_1.default, show_1.default, index_2.default, history_2.default, show_2.default, index_3.default, history_3.default, show_3.default, ];