Skip to content

Instantly share code, notes, and snippets.

@cluelessperson
Created June 20, 2020 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cluelessperson/f02aba5e4571f82b4cbb5176ad79d438 to your computer and use it in GitHub Desktop.
Save cluelessperson/f02aba5e4571f82b4cbb5176ad79d438 to your computer and use it in GitHub Desktop.
import { key } from "./key.js";
import { loadScript } from "./loadScript.js";
loadScript(
"https://maps.googleapis.com/maps/api/js?key=" + key,
() => loadScript("map.js", () => render_map()),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment