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 { Close, UnfoldLess, UnfoldMore } from "@mui/icons-material";
 | 
				
			||||||
import {
 | 
					import {
 | 
				
			||||||
  Box,
 | 
					  Box,
 | 
				
			||||||
| 
						 | 
					@ -9,6 +8,7 @@ import {
 | 
				
			||||||
  useTheme,
 | 
					  useTheme,
 | 
				
			||||||
} from "@mui/material";
 | 
					} from "@mui/material";
 | 
				
			||||||
import { FC, ReactNode } from "react";
 | 
					import { FC, ReactNode } from "react";
 | 
				
			||||||
 | 
					import { defaultSettings } from "../../lib/settings";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
interface FloatingDialog {
 | 
					interface FloatingDialog {
 | 
				
			||||||
  actionButtons?: ReactNode;
 | 
					  actionButtons?: ReactNode;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue