- Issue created by @balintbrews
Adding support for first-party imports in code components means that a code component can rely on another one for providing functionality in a reusable way.
E.g. a Hero component can import an existing Button component if it's desired to display a button inside that hero.
This is conceptually similar to Twig’s include
statement.
Active
0.0
Theme builder