diff --git a/src/frontend/src/components/LoadingSpinner/index.tsx b/src/frontend/src/components/LoadingSpinner/index.tsx
index 44c0f864d..642df9e22 100644
--- a/src/frontend/src/components/LoadingSpinner/index.tsx
+++ b/src/frontend/src/components/LoadingSpinner/index.tsx
@@ -2,8 +2,5 @@ import { useContext, useEffect, useRef, useState } from "react";
import { RadialProgressType } from "../../types/components";
export default function LoadingSpinner({}) {
-
- return (
- <>>
- );
+ return <>>;
}
diff --git a/src/frontend/src/components/inputFileComponent/index.tsx b/src/frontend/src/components/inputFileComponent/index.tsx
index 08901f3d1..958cdd597 100644
--- a/src/frontend/src/components/inputFileComponent/index.tsx
+++ b/src/frontend/src/components/inputFileComponent/index.tsx
@@ -114,15 +114,12 @@ export default function InputFileComponent({
{myValue !== "" ? myValue : "No file"}
diff --git a/src/frontend/src/icons/supabase/index.tsx b/src/frontend/src/icons/supabase/index.tsx
index e287bfb40..f9e699ace 100644
--- a/src/frontend/src/icons/supabase/index.tsx
+++ b/src/frontend/src/icons/supabase/index.tsx
@@ -1,8 +1,9 @@
import React, { forwardRef } from "react";
import { ReactComponent as SupabaseSvg } from "./supabase-icon.svg";
-export const SupabaseIcon = forwardRef>(
- (props, ref) => {
- return ;
- }
-);
+export const SupabaseIcon = forwardRef<
+ SVGSVGElement,
+ React.PropsWithChildren<{}>
+>((props, ref) => {
+ return ;
+});