Skip to content

Commit 8c63adf

Browse files
committed
Exports the classes correctly
1 parent e041121 commit 8c63adf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/index.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
import './request'
2-
import './response'
1+
import { Request } from './request'
2+
import { Response } from './response'
3+
4+
export { Request, Response }

0 commit comments

Comments
 (0)