Skip to content

Instantly share code, notes, and snippets.

@galihlprakoso
Last active March 28, 2020 03:47
Show Gist options
  • Save galihlprakoso/0da7a432b797118a33459573f6949e99 to your computer and use it in GitHub Desktop.
Save galihlprakoso/0da7a432b797118a33459573f6949e99 to your computer and use it in GitHub Desktop.
...
import Head from 'next/head';
...
const AddressPage = () => {
return (
<App>
<Head>
<script async defer src={constants.GOOGLE_MAP_API_URL} />
</Head>
...
</App>
)
};
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment