Skip to content

Commit 30521b2

Browse files
committed
chore: fix benchmark
1 parent 7a82c09 commit 30521b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/index.mjs renamed to benchmark/index.js

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/api.mjs'
4+
import { transformJsxToString } from '../dist/api.js'
55

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

0 commit comments

Comments
 (0)