export default function subjects(state) { if (typeof state === "undefined") return []; return state; }