How to import a local library into another local library in sway?

The solution is to change use structs::Counter; to use ::structs::Counter; in events.sw.

1 Like