Import is working now for page modules, but a warning pops up, stating that using 'import’ is not recommended in this context.
**
**
I totally disagree with that warning. The usage of import in modules is absolutely necessary to reuse common macros in modules. Otherwise you will get poorly maintainable code!
This should be reflected in the docs as well. I would be happy to provide some usage scenarios and examples to illustrate this.
