From 82d4c98c70fb8ff32f58ba4ae15607152074a663 Mon Sep 17 00:00:00 2001 From: Dozie2001 Date: Fri, 5 Jul 2024 13:37:30 +0100 Subject: [PATCH] refactor(groups): a lint correction for the imports #518 --- apps/dashboard/src/pages/groups.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/src/pages/groups.tsx b/apps/dashboard/src/pages/groups.tsx index 59218c64..b1ae40b8 100644 --- a/apps/dashboard/src/pages/groups.tsx +++ b/apps/dashboard/src/pages/groups.tsx @@ -11,7 +11,7 @@ import { InputRightElement, Spinner, Text, - VStack, + VStack } from "@chakra-ui/react" import { useCallback, useContext, useEffect, useState } from "react" import { FiSearch } from "react-icons/fi"