How to include custom polymer 3 element inside another? Let's say I have two components:
1) Parent-component 2) Child-component
I would like to include and use child component inside parent component. The question is: where should I put my child element and how to configure import path?