Skip to content

Commit 7e1e277

Browse files
committed
damn ur weird typescript
1 parent 5a963d1 commit 7e1e277

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/svelte/src/attachments/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/** @import { Action, ActionReturn } from 'svelte/action' */
2-
/** @import { Attachment } from 'svelte/attachments' */
1+
/** @import { Action, ActionReturn } from '../action/public' */
2+
/** @import { Attachment } from './public' */
33
import { noop, render_effect } from 'svelte/internal/client';
44
import { ATTACHMENT_KEY } from '../constants.js';
55
import { untrack } from 'svelte';

0 commit comments

Comments
 (0)