Last active
March 28, 2020 03:47
-
-
Save galihlprakoso/0da7a432b797118a33459573f6949e99 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
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