Skip to content

Commit d0b1515

Browse files
committed
chore: fix benchmark
1 parent 24b8936 commit d0b1515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable no-console */
22

33
import Benchmark from 'benchmark'
4-
import { transformJsxToString } from '../dist/cores.mjs'
4+
import { transformJsxToString } from '../dist/api.mjs'
55

66
const codes = [
77
'<div>Hello World</div>',

0 commit comments

Comments
 (0)