From e64203d32e05d9fc7956a0c7628b9043412efbdb Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly" Date: Wed, 19 Jun 2024 22:45:17 +0100 Subject: [PATCH] fix: netlify --- src/components/Loading.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/Loading.tsx b/src/components/Loading.tsx index b4e7c97..f8b36b8 100644 --- a/src/components/Loading.tsx +++ b/src/components/Loading.tsx @@ -1,6 +1,5 @@ import Typography from "@mui/material/Typography"; import {useState} from "react"; -import clsx from "clsx"; import Box from "@mui/material/Box"; import {useTimeout} from "../hooks"; @@ -22,11 +21,6 @@ function FuseLoading(props: FuseLoadingProps) { return (