mirror of
https://github.com/strapi/strapi.git
synced 2025-08-31 12:23:05 +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 fse = require('fs-extra');
|
||||
|
||||
const { importDefault } = require('../utils');
|
||||
const { importDefault } = require('@strapi/utils');
|
||||
const glob = require('./glob');
|
||||
const filePathToPath = require('./filepath-to-prop-path');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user