fix imports

This commit is contained in:
Ben Irvin 2023-05-26 11:42:17 +02:00
parent c0af9ae786
commit b2e2d3f4c8

View File

@ -4,7 +4,8 @@ import { EOL } from 'os';
import { isEmpty, uniq, last, isNumber, difference, omit, set } from 'lodash/fp';
import { diff as semverDiff } from 'semver';
import type { Schema } from '@strapi/strapi';
import Chain, { Stream, chain, pipeline } from 'stream-chain';
import { chain } from 'stream-chain';
import type Chain from 'stream-chain';
import * as utils from '../utils';
import type {