From 788ef8df57c94695cfcb64d08ad2e3dea174c684 Mon Sep 17 00:00:00 2001 From: keven1024 Date: Wed, 8 Apr 2026 22:42:16 +0800 Subject: [PATCH] feat(front): add FileIcon component for dynamic file previews and icons based on file type --- front/components/{FileIcon.vue => FileIcon/Index.vue} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename front/components/{FileIcon.vue => FileIcon/Index.vue} (100%) diff --git a/front/components/FileIcon.vue b/front/components/FileIcon/Index.vue similarity index 100% rename from front/components/FileIcon.vue rename to front/components/FileIcon/Index.vue