fixed build issues
This commit is contained in:
parent
1939e9f78e
commit
aca42aa467
|
@ -1,4 +1,3 @@
|
|||
import { defaultSettings } from "@/lib/settings";
|
||||
import { Close, UnfoldLess, UnfoldMore } from "@mui/icons-material";
|
||||
import {
|
||||
Box,
|
||||
|
@ -9,6 +8,7 @@ import {
|
|||
useTheme,
|
||||
} from "@mui/material";
|
||||
import { FC, ReactNode } from "react";
|
||||
import { defaultSettings } from "../../lib/settings";
|
||||
|
||||
interface FloatingDialog {
|
||||
actionButtons?: ReactNode;
|
||||
|
|
Loading…
Reference in a new issue