something new

This commit is contained in:
2020-06-11 05:08:58 +03:00
parent 54b36e7981
commit 6e40dfc101
22 changed files with 164 additions and 99 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ const initialState: React.ReactNode[] = [];
type Action = {
type: string
notification: React.ReactNode[]
notification: React.ReactNode
}
export default (state = initialState, action: Action) => {