From 7e1e277502e9809950b1309028950b53c05635fe Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Mon, 19 May 2025 17:49:56 -0400 Subject: [PATCH] damn ur weird typescript --- packages/svelte/src/attachments/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/svelte/src/attachments/index.js b/packages/svelte/src/attachments/index.js index f5e26571c7..dc2f3e93d7 100644 --- a/packages/svelte/src/attachments/index.js +++ b/packages/svelte/src/attachments/index.js @@ -1,5 +1,5 @@ -/** @import { Action, ActionReturn } from 'svelte/action' */ -/** @import { Attachment } from 'svelte/attachments' */ +/** @import { Action, ActionReturn } from '../action/public' */ +/** @import { Attachment } from './public' */ import { noop, render_effect } from 'svelte/internal/client'; import { ATTACHMENT_KEY } from '../constants.js'; import { untrack } from 'svelte';