fix: import error syntax (#3002)

This commit is contained in:
wangxuan 2022-11-09 12:15:47 +08:00 committed by GitHub
parent eb7874bd0b
commit 173b6568fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
import { Consumer } from './Consumer';
import Consumer from './Consumer';
export default interface IPubSub {