chore: cleanup

This commit is contained in:
dongchengjie
2024-06-26 08:24:43 +08:00
parent c89ccf7185
commit 4f1b8094a3
8 changed files with 10 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
import React, { ReactNode } from "react";
import { Typography, alpha } from "@mui/material";
import { Typography } from "@mui/material";
import { BaseErrorBoundary } from "./base-error-boundary";
import { useCustomTheme } from "@/components/layout/use-custom-theme";