When exporting F(..), all the children of F are also exported
This fixes the unused imports warning when Foo (F(x,y,z)) is imported and Foo (F(..)) is exported.
Showing
Please register or sign in to comment
This fixes the unused imports warning when Foo (F(x,y,z)) is imported and Foo (F(..)) is exported.