update import

pull/11522/head
Puru Vijay 2 years ago committed by GitHub
parent 01f4f9a135
commit ca1d221c04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -139,7 +139,7 @@ export function createCounter() {
```diff
<!--- file: App.svelte --->
<script>
import { createCounter } from './counter.js';
import { createCounter } from './counter.svelte.js';
const counter = createCounter();
</script>

Loading…
Cancel
Save