This commit is contained in:
Aakansha Doshi 2023-08-02 15:32:37 +05:30
parent e463d2f51b
commit 7577ed5387

View file

@ -550,6 +550,5 @@ export const convertToExcalidrawElements = (
} }
} }
}); });
console.log(excalidrawElements.get());
return excalidrawElements.get(); return excalidrawElements.get();
}; };