Skip to content

Commit

Permalink
chore(fix): error Named export 'Loader' not found (CommonJS) (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
BRAVO68WEB authored Mar 28, 2024
1 parent e0d6a24 commit 3900260
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
<script lang="ts">
/* global google */
import { Loader } from '@googlemaps/js-api-loader';
import * as GMAPILoader from '@googlemaps/js-api-loader';
const { Loader } = GMAPILoader;
import { onMount } from 'svelte';
import SearchBar from './components/SearchBar.svelte';
Expand Down

0 comments on commit 3900260

Please sign in to comment.