Closed movestill closed 4 years ago
Remove mod definition from the module files to fix having to import via use <module>::<module>.
mod
use <module>::<module>
Oh.... yep. that's way better.
Remove
mod
definition from the module files to fix having to import viause <module>::<module>
.