Skip to content

Commit eca482a

Browse files
authored
Merge pull request #1 from hackmdio/fix/esmodule-import-issue
fix: remove ext to fix import issue
2 parents a28f9bf + f7e9d47 commit eca482a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/y-socket-io/y-socket-io.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as AwarenessProtocol from 'y-protocols/awareness'
33
import * as promise from 'lib0/promise'
44
import * as encoding from 'lib0/encoding'
55
import * as decoding from 'lib0/decoding'
6-
import { assert } from 'lib0/testing.js'
6+
import { assert } from 'lib0/testing'
77
import { User } from './user.js'
88
import * as api from '../api.js'
99
import * as protocol from '../protocol.js'

0 commit comments

Comments
 (0)