Search query / results cards

This commit is contained in:
2020-07-22 12:45:34 +02:00
parent 2bcbfef8ba
commit d8173a9d7f
14 changed files with 188 additions and 12 deletions

View File

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