export default function classes(state) {
if (typeof state === "undefined")
return {};
return state;
}