Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Harris committed May 10, 2023
1 parent 803c300 commit 2820d05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/kit/scripts/process-declaration-files.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import fs from 'node:fs';
import path from 'node:path';
import { copy } from '../src/utils/filesystem.js';
import glob from 'tiny-glob/sync.js';

glob('**/*.d.ts', { cwd: 'src' }).forEach((file) => {
Expand Down

0 comments on commit 2820d05

Please sign in to comment.