Auto Importing Components
Auto imports make refactoring much easier. If you change the name or location of a component—say, from Foo/HelloWorld to Bar/GoodByeWorld—auto imports save you from manually updating every import line across your codebase.
With auto import:
-<HelloWorld>
+<GoodByeWorld>