Update api routes and begin to extract controllers out of routing logic

This commit is contained in:
Aaron William Po
2023-12-03 11:51:54 -05:00
parent 080eb4c3c3
commit b45ed857d3
16 changed files with 345 additions and 408 deletions

View File

@@ -29,7 +29,7 @@ import FormTextInput from '../ui/forms/FormTextInput';
import Button from '../ui/forms/Button';
const AddressAutofill = dynamic(
// @ts-ignore
// @ts-expect-error
() => import('@mapbox/search-js-react').then((mod) => mod.AddressAutofill),
{ ssr: false },
);