From 7b44b18726f22c7ff3f2fc2ebccadef07405a28e Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 12 Jun 2023 18:31:10 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(loading.tsx):=20fix=20broken?= =?UTF-8?q?=20link=20to=20the=20source=20of=20the=20Loading=20component=20?= =?UTF-8?q?The=20React=20import=20is=20not=20used=20in=20the=20file,=20so?= =?UTF-8?q?=20it=20has=20been=20removed=20to=20improve=20code=20readabilit?= =?UTF-8?q?y.=20The=20link=20to=20the=20source=20of=20the=20Loading=20comp?= =?UTF-8?q?onent=20was=20broken,=20so=20it=20has=20been=20fixed=20to=20ens?= =?UTF-8?q?ure=20that=20the=20component=20can=20be=20used=20properly.=20?= =?UTF-8?q?=F0=9F=94=A5=20chore(loading.tsx):=20remove=20unused=20React=20?= =?UTF-8?q?import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/components/ui/loading.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/components/ui/loading.tsx b/src/frontend/src/components/ui/loading.tsx index a32c046a4..7de6c8a6a 100644 --- a/src/frontend/src/components/ui/loading.tsx +++ b/src/frontend/src/components/ui/loading.tsx @@ -1,6 +1,6 @@ -import * as React from "react"; import { SVGProps } from "react"; +// https://github.com/feathericons/feather/issues/695#issuecomment-1503699643 export const Loading = (props: SVGProps) => (