mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 20:13:49 +00:00
Update api routes and begin to extract controllers out of routing logic
This commit is contained in:
@@ -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 },
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user