2024-12-08 19:37:39 +03:00
parent a54b5b8996
commit 656b5c6eb5
4 changed files with 125 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
import { maxArea } from "./maxArea";
export default maxArea;