import axios from '../lib/axios' export const HomepageGet = async () => { const response = await axios.get(`homepage`) return response.data }