build fixes
This commit is contained in:
@@ -16,7 +16,7 @@ import useTranslation from "next-translate/useTranslation";
|
||||
import jsonpath from "jsonpath";
|
||||
import data from "../../data/collections.json";
|
||||
|
||||
import { setSearch, getSearchObj } from "../store/search/action";
|
||||
import { setSearch, getSearchObj } from "../../store/search/action";
|
||||
import {
|
||||
setSearchResults,
|
||||
setSearchDetails,
|
||||
|
||||
@@ -193,7 +193,7 @@ let Home = (props) => {
|
||||
return <WayleaveForm props={props} />;
|
||||
|
||||
default:
|
||||
return <Blank />;
|
||||
return <HouseholderAppealHasForm props={props} />;
|
||||
}
|
||||
re;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user