refactor: deal drawer fixed

This commit is contained in:
2025-09-06 11:29:28 +04:00
parent d76dc82cb8
commit 0515dd8a49
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
import ProjectsMobileEditorDrawer from "@/app/deals/drawers/ProjectsEditorDrawer/ProjectsMobileEditorDrawer";
import DealEditorDrawer from "@/app/deals/drawers/DealEditorDrawer/DealEditorDrawer";
export default ProjectsMobileEditorDrawer;
export default DealEditorDrawer;