From 7e86beab1fa49dc7b23251112aa38354fa2c20d8 Mon Sep 17 00:00:00 2001 From: Atharva Ombase <94031822+atharvaombase@users.noreply.github.com> Date: Sun, 3 Aug 2025 19:51:36 +0530 Subject: [PATCH] Add initial project configuration files and PasswordForDownload component for secure file access --- .idea/Skycrate.iml | 9 ++++++ .idea/modules.xml | 8 +++++ .idea/workspace.xml | 31 +++++++++++++++++++ ...orDownlaod.jsx => PasswordForDownload.jsx} | 0 4 files changed, 48 insertions(+) create mode 100644 .idea/Skycrate.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/workspace.xml rename Frontend/src/components/{PasswordForDownlaod.jsx => PasswordForDownload.jsx} (100%) diff --git a/.idea/Skycrate.iml b/.idea/Skycrate.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/Skycrate.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..3bce423 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..7f42e3e --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + 1754230731355 + + + + \ No newline at end of file diff --git a/Frontend/src/components/PasswordForDownlaod.jsx b/Frontend/src/components/PasswordForDownload.jsx similarity index 100% rename from Frontend/src/components/PasswordForDownlaod.jsx rename to Frontend/src/components/PasswordForDownload.jsx