From 69ceea0bf385633fd0ca2cadb14ab7e54cbba1f0 Mon Sep 17 00:00:00 2001 From: hkv24 Date: Thu, 21 Nov 2024 17:47:55 +0530 Subject: [PATCH] refactor: also removed the unused React import --- pages/community/tsc.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/community/tsc.tsx b/pages/community/tsc.tsx index 6066d4e8427..17f7ab233ab 100644 --- a/pages/community/tsc.tsx +++ b/pages/community/tsc.tsx @@ -1,5 +1,4 @@ import { sortBy } from 'lodash'; -import React from 'react'; import type { Tsc } from '@/types/pages/community/Community';