import api from 'src/api' export const getPublicSpecialties = async () => { const { data } = await api.get('/specialities') return data.payload }