ryanahamilton commented on code in PR #43523:
URL: https://github.com/apache/airflow/pull/43523#discussion_r1824620920


##########
airflow/ui/src/pages/Dashboard/HealthSection.tsx:
##########
@@ -16,7 +16,10 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-import { Skeleton, Tag, TagLabel, Text, Tooltip } from "@chakra-ui/react";
+import { Skeleton, TagLabel, Text } from "@chakra-ui/react";
+
+import { Tag } from "src/components/ui/Tag";
+import { Tooltip } from "src/components/ui/Tooltip";

Review Comment:
   WDYT about adding a `src/components/ui/index.ts` export file to make imports 
from the snippets cleaner?  It does come with a little extra overhead, but I 
imagine these won't be constantly changing.
   ```suggestion
   import { Tag, Tooltip } from "src/components/ui/";
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to