6 lines
87 B
JavaScript
6 lines
87 B
JavaScript
import HomeService from "./HomeService"
|
|
|
|
export default {
|
|
HomeService: HomeService
|
|
}
|