Apply suggestions from code review

Co-authored-by: Rich Harris <rich.harris@vercel.com>
pull/11522/head
Puru Vijay 2 years ago committed by GitHub
parent 83d9edc3b0
commit e6c18bbea7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save