From 9189b01f313af9c1b3fff66d02940b8c6010164d Mon Sep 17 00:00:00 2001 From: Ankita Kinger Date: Wed, 8 Jan 2025 14:03:47 +0530 Subject: [PATCH] Revert "fix: Resolving merge conflict (#38528)" This reverts commit c7c7625384f035b9b4f85256c80ce984878f3661. --- app/client/packages/design-system/ads/src/List/List.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/client/packages/design-system/ads/src/List/List.tsx b/app/client/packages/design-system/ads/src/List/List.tsx index 0a6ab5488c7c..a6d74126c84a 100644 --- a/app/client/packages/design-system/ads/src/List/List.tsx +++ b/app/client/packages/design-system/ads/src/List/List.tsx @@ -11,6 +11,9 @@ import { TooltipTextWrapper, TopContentWrapper, } from "./List.styles"; +import type { TextProps } from "../Text"; +import { Text } from "../Text"; +import { Tooltip } from "../Tooltip"; import { ListClassName, ListItemBDescClassName, @@ -19,9 +22,6 @@ import { ListItemTextOverflowClassName, ListItemTitleClassName, } from "./List.constants"; -import type { TextProps } from "../Text"; -import { Text } from "../Text"; -import { Tooltip } from "../Tooltip"; function List({ className, items, ...rest }: ListProps) { return (