Skip to content

Commit be269bd

Browse files
committed
Fix import
1 parent 2530335 commit be269bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as path from 'path'
44
import { pathToFileURL } from 'url'
55
import clearModule from 'clear-module'
66
import escalade from 'escalade/sync'
7-
import { createJiti, Jiti } from 'jiti'
7+
import { createJiti, type Jiti } from 'jiti'
88
import postcss from 'postcss'
99
// @ts-ignore
1010
import postcssImport from 'postcss-import'

0 commit comments

Comments
 (0)