Skip to content

Commit a829e59

Browse files
committed
unused
1 parent db44d66 commit a829e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/dom/elements/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {
1515
} from '../../runtime.js';
1616
import { clsx } from '../../../shared/attributes.js';
1717
import { set_class } from './class.js';
18-
import { NAMESPACE_HTML, NAMESPACE_MATHML } from '../../../../constants.js';
18+
import { NAMESPACE_HTML } from '../../../../constants.js';
1919

2020
export const CLASS = Symbol('class');
2121
export const STYLE = Symbol('style');

0 commit comments

Comments
 (0)