Initial commit: Book management system with Rust Loco backend and Vue 3 frontend
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
import _FormData from 'form-data';
|
||||
export default typeof FormData !== 'undefined' ? FormData : _FormData;
|
||||
Reference in New Issue
Block a user