Skip to content

Commit 2970576

Browse files
committed
temp use Symbol.for() duplicate variable
1 parent fdad771 commit 2970576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { ATTACHMENTS_SYMBOL as AttachmentsKey } from '../internal/client/constants.js';
1+
export const AttachmentsKey = Symbol.for('svelte.attachments');

0 commit comments

Comments
 (0)