sdy

add topic

1 export const NEW_MESSAGE = "new message"; 1 export const NEW_MESSAGE = "new message";
2 +
3 +export const NEW_CATEGORY = "new category";
......