refactoring main imports

This commit is contained in:
2024-11-12 17:41:16 +00:00
parent c3259e957b
commit ec2f169153
2 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
module P2PRC
( runP2PRC
, MapPortRequest(MkMapPortRequest)
, MapPortRequest(..)
)
where
@@ -9,6 +10,7 @@ import Engine
( runP2PRC
)
import API
( MapPortRequest(MkMapPortRequest)
)