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) => (