Skip to content

Commit 9e99e55

Browse files
committed
fix lint issue
1 parent ff454f1 commit 9e99e55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/parcel-optimizer/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import assert from 'assert';
2-
import { join, basename } from 'path';
2+
import { join } from 'path';
33

44
import { sort } from '@compiled/css';
55
import { hash } from '@compiled/utils';

0 commit comments

Comments
 (0)