From aca42aa4677ec2ed3db10a3098ff8b33edfda83c Mon Sep 17 00:00:00 2001 From: Vomitblood Date: Sun, 10 Nov 2024 22:34:30 +0800 Subject: [PATCH] fixed build issues --- client/src/components/Generic/FloatingDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Generic/FloatingDialog.tsx b/client/src/components/Generic/FloatingDialog.tsx index be40baa..af51d5e 100644 --- a/client/src/components/Generic/FloatingDialog.tsx +++ b/client/src/components/Generic/FloatingDialog.tsx @@ -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;