From 2d268801ed5fbf1bff6ee0e111e72dd950bd80ac Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Tue, 18 Feb 2025 23:39:53 +0330 Subject: [PATCH] added file input --- frontend/components/global/FileInput.vue | 144 +++++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 frontend/components/global/FileInput.vue diff --git a/frontend/components/global/FileInput.vue b/frontend/components/global/FileInput.vue new file mode 100644 index 0000000..a2a0910 --- /dev/null +++ b/frontend/components/global/FileInput.vue @@ -0,0 +1,144 @@ + + +