card further work

This commit is contained in:
2020-07-23 22:16:27 +02:00
parent d8173a9d7f
commit 2ab445670e
25 changed files with 181 additions and 33 deletions

View File

@@ -1,4 +1,4 @@
const appModeReducer = (state = "search results", action) => {
const appModeReducer = (state = "init", action) => {
switch (action.type) {
case "APP_INIT":
return (state = "init");