Skip to content

Commit

Permalink
chore(scripts-gulp): remove import-order warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframev committed Jul 12, 2024
1 parent 104dd03 commit d652322
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/gulp/src/tasks/component-info.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import path from 'path';
import { Transform } from 'stream';

import chalk from 'chalk';
import del from 'del';
import gulp from 'gulp';
import cache from 'gulp-cache';
import { log } from 'gulp-util';
import del from 'del';
import path from 'path';
import readPkgUp from 'read-pkg-up';
import { Transform } from 'stream';

import config from '../config';
import gulpReactDocgen from '../plugins/gulp-react-docgen';
Expand Down

0 comments on commit d652322

Please sign in to comment.