From 23d05febfa44431cd74bbc499bf5071a926b820c Mon Sep 17 00:00:00 2001 From: amy Date: Tue, 3 Dec 2024 20:18:14 +0330 Subject: [PATCH] wow you can upload shit such a great achievement good job amy --- .idea/inspectionProfiles/Project_Default.xml | 6 ++ .idea/vcs.xml | 6 ++ .idea/workspace.xml | 30 +++++++- public/main.png | Bin 0 -> 117862 bytes src/app/helpers.tsx | 5 ++ src/app/images/upload/page.tsx | 68 ++++++++++++++++--- src/app/main.css | 14 ++++ src/app/page.tsx | 31 ++++----- 8 files changed, 128 insertions(+), 32 deletions(-) create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/vcs.xml create mode 100755 public/main.png create mode 100644 src/app/helpers.tsx create mode 100644 src/app/main.css diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..03d9549 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 72e5281..5aab73a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,12 +4,28 @@