mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-15 01:24:03 +01:00
fix: netlify
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
import Typography from "@mui/material/Typography";
|
import Typography from "@mui/material/Typography";
|
||||||
import {useState} from "react";
|
import {useState} from "react";
|
||||||
import clsx from "clsx";
|
|
||||||
import Box from "@mui/material/Box";
|
import Box from "@mui/material/Box";
|
||||||
import {useTimeout} from "../hooks";
|
import {useTimeout} from "../hooks";
|
||||||
|
|
||||||
@@ -22,11 +21,6 @@ function FuseLoading(props: FuseLoadingProps) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className={clsx(
|
|
||||||
className,
|
|
||||||
"flex flex-1 h-full w-full self-center flex-col items-center justify-center p-24",
|
|
||||||
!showLoading ? "hidden" : "",
|
|
||||||
)}
|
|
||||||
>
|
>
|
||||||
<Typography
|
<Typography
|
||||||
className="-mb-16 text-13 font-medium sm:text-20"
|
className="-mb-16 text-13 font-medium sm:text-20"
|
||||||
|
|||||||
Reference in New Issue
Block a user