import LwOutboundReprintBoxListPage from './LwOutboundReprintBoxListPage.vue'
const pages = [
LwOutboundReprintBoxListPage,
]
pages.forEach(page => page.install = Vue => Vue.component(page.name, page))
export {
LwOutboundReprintBoxListPage,
}
export default pages