Skip to content

Commit

Permalink
remove imports
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneeza committed May 29, 2024
1 parent 317382d commit 4c0a952
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/codemods/rollup.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import { esmConfig, umdConfig } from '@lg-tools/build/config/rollup.config.mjs';
import * as fs from 'fs';
import * as path from 'path';
import * as url from 'url';
import { glob } from 'glob';

const codemodGlobs = glob.sync('./src/codemods/*!(tests)/*.ts');
Expand Down

0 comments on commit 4c0a952

Please sign in to comment.