We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This is very much a work in progress.
Not sure how things are going to work out yet, probably going to be either:
from component import example_content
Which requires some magic to get it to import the right module (although I'm fairly confident that I know how to do this).
Downsides of this approach is
from component import require example_component = require("example-component")