export const HTTP = { isMock: true, name: 'base-mock' }; export const UI = { toast: () => {} }; export default { HTTP, UI };