diff options
Diffstat (limited to 'src/attributes/classes.js')
-rw-r--r-- | src/attributes/classes.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/attributes/classes.js b/src/attributes/classes.js index 5e64ea2ae..fa2b7d9cd 100644 --- a/src/attributes/classes.js +++ b/src/attributes/classes.js @@ -1,6 +1,6 @@ -import jQuery from "../core.js"; -import stripAndCollapse from "../core/stripAndCollapse.js"; -import rnothtmlwhite from "../var/rnothtmlwhite.js"; +import { jQuery } from "../core.js"; +import { stripAndCollapse } from "../core/stripAndCollapse.js"; +import { rnothtmlwhite } from "../var/rnothtmlwhite.js"; import "../core/init.js"; |