From c23239d1773d27f38981947fbf89f54a3d767f3c Mon Sep 17 00:00:00 2001 From: stevekaplan123 Date: Tue, 29 Oct 2024 14:16:31 +0200 Subject: [PATCH] chore: move files in shared directory to common and delete shared dir --- static/js/{shared => common}/Button.jsx | 0 static/js/{shared => common}/Card.jsx | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename static/js/{shared => common}/Button.jsx (100%) rename static/js/{shared => common}/Card.jsx (100%) diff --git a/static/js/shared/Button.jsx b/static/js/common/Button.jsx similarity index 100% rename from static/js/shared/Button.jsx rename to static/js/common/Button.jsx diff --git a/static/js/shared/Card.jsx b/static/js/common/Card.jsx similarity index 100% rename from static/js/shared/Card.jsx rename to static/js/common/Card.jsx