From 9777744bb49a9f8430e92adcac27f5846549a2ed Mon Sep 17 00:00:00 2001 From: Shreyas Dhoke <“shreyas.d@browserstack.com git config --global user.name “Shreyas> Date: Fri, 19 Sep 2025 10:22:19 +0530 Subject: [PATCH] removed file and theme implementation --- .../src/components/themes/FilesAndThemes.js | 49 ------------------- 1 file changed, 49 deletions(-) diff --git a/client/src/components/themes/FilesAndThemes.js b/client/src/components/themes/FilesAndThemes.js index b25e020..f34c79c 100644 --- a/client/src/components/themes/FilesAndThemes.js +++ b/client/src/components/themes/FilesAndThemes.js @@ -266,55 +266,6 @@ function FilesAndThemes({ backgroundTheme, setBackgroundTheme, hasImageBackgroun - - {/* Uploaded Files List */} -
No files uploaded yet.
- ) : ( -Size: {FileUtils.formatFileSize(file.size)}
-Type: {file.type}
-Theme: {file.backgroundTheme}
-Uploaded: {new Date(file.uploadedAt).toLocaleString()}
-