import odooApi from '@/core/api/odooApi' const bannerSectionApi = async () => { const dataBannerSections = await odooApi('GET', '/api/v1/banner?type=home-banner') return dataBannerSections } export default bannerSectionApi