That will batch up the import lines like this: ```js <script type="module"> import '/components/hello-world.js' </script> ``` And output them once in the resulting view, rather than having them inside the component render method.