We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db44d66 commit a829e59Copy full SHA for a829e59
packages/svelte/src/internal/client/dom/elements/attributes.js
@@ -15,7 +15,7 @@ import {
15
} from '../../runtime.js';
16
import { clsx } from '../../../shared/attributes.js';
17
import { set_class } from './class.js';
18
-import { NAMESPACE_HTML, NAMESPACE_MATHML } from '../../../../constants.js';
+import { NAMESPACE_HTML } from '../../../../constants.js';
19
20
export const CLASS = Symbol('class');
21
export const STYLE = Symbol('style');
0 commit comments