mirror of
https://github.com/strapi/strapi.git
synced 2025-09-01 21:03:02 +00:00
Fix import from load-files
This commit is contained in:
parent
364629a219
commit
4f3fdafe37
@ -4,7 +4,7 @@ const path = require('path');
|
|||||||
const _ = require('lodash');
|
const _ = require('lodash');
|
||||||
const fse = require('fs-extra');
|
const fse = require('fs-extra');
|
||||||
|
|
||||||
const { importDefault } = require('../utils');
|
const { importDefault } = require('@strapi/utils');
|
||||||
const glob = require('./glob');
|
const glob = require('./glob');
|
||||||
const filePathToPath = require('./filepath-to-prop-path');
|
const filePathToPath = require('./filepath-to-prop-path');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user