finished types; novel improvement; fixed navbar for mobile

This commit is contained in:
2020-10-12 14:05:43 +03:00
parent 41e2869fa3
commit a2b629a850
17 changed files with 197 additions and 115 deletions
+1 -1
View File
@@ -18,4 +18,4 @@ export default (state=initialState, action: Action) => {
}
default: return state;
}
}
}