Implement announce

And bug fixes
This commit is contained in:
syuilo
2018-04-08 06:55:26 +09:00
parent 0004944708
commit 6e34e77372
17 changed files with 164 additions and 300 deletions

View File

@@ -0,0 +1,4 @@
export default object => ({
type: 'Announce',
object
});