From 7af70644e91edaef54461ec7173f4b12601b3b4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Pot=C4=99pa?= Date: Mon, 11 Dec 2023 13:25:45 +0100 Subject: [PATCH] chore: removed comment TET-648 --- src/components/Icon/Icon.props.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Icon/Icon.props.ts b/src/components/Icon/Icon.props.ts index 2d17ba48..a7d08b9a 100644 --- a/src/components/Icon/Icon.props.ts +++ b/src/components/Icon/Icon.props.ts @@ -1,4 +1,3 @@ -// import type { SVGAttributes } from 'react'; import { IconName } from '@virtuslab/tetrisly-icons'; import type { BaseProps } from '@/types/BaseProps';