From 036a5d8b254f9d3b2ac5c124adcce520f6b382c3 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Fri, 29 Mar 2024 12:41:11 +0300 Subject: [PATCH] remove commented import --- apps/web/Components/Admin/Cache.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web/Components/Admin/Cache.tsx b/apps/web/Components/Admin/Cache.tsx index 24f9e96..37b1265 100644 --- a/apps/web/Components/Admin/Cache.tsx +++ b/apps/web/Components/Admin/Cache.tsx @@ -1,4 +1,3 @@ -// import { AdminRows } from './AdminRows'; import Background from '../Layout/Background'; import * as cacheApi from '@/api/cache/query'; import { min } from '@/styles/mq';