Skip to content

Commit 2820d05

Browse files
author
Rich Harris
committed
remove unused import
1 parent 803c300 commit 2820d05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/kit/scripts/process-declaration-files.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import fs from 'node:fs';
22
import path from 'node:path';
3-
import { copy } from '../src/utils/filesystem.js';
43
import glob from 'tiny-glob/sync.js';
54

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

0 commit comments

Comments
 (0)