Skip to content

Commit 3c8a84c

Browse files
committed
Remove unecessary line in Action typing example
1 parent 8b1f271 commit 3c8a84c

File tree

1 file changed

+0
-2
lines changed
  • documentation/docs/03-template-syntax

1 file changed

+0
-2
lines changed

documentation/docs/03-template-syntax/12-use.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ The `Action` interface receives three optional type arguments — a node type (w
5050
```svelte
5151
<!--- file: App.svelte --->
5252
<script>
53-
import { on } from 'svelte/events';
54-
5553
/**
5654
* @type {import('svelte/action').Action<
5755
* HTMLDivElement,

0 commit comments

Comments
 (0)