Skip to content

Commit

Permalink
Fix import statement in index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Feb 23, 2024
1 parent 4ad936b commit 023a304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/extractor.webpack/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import CSSExtractor, { Options } from '@master/css-extractor'
import { CSSExtractor, Options } from '@master/css-extractor'
import type { Compiler } from 'webpack'
import VirtualModulesPlugin from 'webpack-virtual-modules'
import log from '@techor/log'
Expand Down

0 comments on commit 023a304

Please sign in to comment.