Koha/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Home.vue
Jonathan Druart 998289850f
Bug 32806: Rename ERMHome and ERMMain to Home and Main
We don't need to repeat "ERM"

Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de>
Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-02-27 11:12:00 -03:00

11 lines
136 B
Vue

<template></template>
<script>
export default {
data() {
return {}
},
methods: {},
components: {},
}
</script>