export const SET_POST = 'SET_POST'; export const LIKE_POST = 'LIKE_POST'; export const UNLIKE_POST = 'UNLIKE_POST';