refactor: use correct path import in shim
This commit is contained in:
parent
d264113e0d
commit
aa152955b5
|
@ -1,4 +1,4 @@
|
||||||
const path = require("./path.js");
|
const { path } = require('../src/index');
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
__esModule: true,
|
__esModule: true,
|
||||||
|
|
Loading…
Reference in New Issue