We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d4fb9 commit 9a9bbb6Copy full SHA for 9a9bbb6
src/lib/ext/multi_class.js
@@ -1,5 +1,5 @@
1
/* eslint-disable no-throw-literal */
2
-import * as logger from "./lib/logger.js";
+import * as logger from "../../lib/logger.js";
3
import * as regex from "../regex.js";
4
5
const MultiClassError = new Error();
0 commit comments