change module exports

This commit is contained in:
2024-11-10 19:33:39 +00:00
parent 030eb6d022
commit 1034a4c0b3
3 changed files with 16 additions and 12 deletions

View File

@@ -1,5 +1,6 @@
module P2PRC
( runP2PRC
, MapPortRequest(MkMapPortRequest)
)
where
@@ -7,3 +8,7 @@ module P2PRC
import Engine
( runP2PRC
)
import API
( MapPortRequest(MkMapPortRequest)
)