From 3f3f4aea2001b2a8a46f0c27c543b7da40d36f3e Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Tue, 12 Sep 2023 20:31:43 +0300 Subject: [PATCH] fix: move add card to general components --- src/{pages/Dashboard => components/General}/AddCard.stories.ts | 0 src/{pages/Dashboard => components/General}/AddCard.tsx | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/{pages/Dashboard => components/General}/AddCard.stories.ts (100%) rename src/{pages/Dashboard => components/General}/AddCard.tsx (100%) diff --git a/src/pages/Dashboard/AddCard.stories.ts b/src/components/General/AddCard.stories.ts similarity index 100% rename from src/pages/Dashboard/AddCard.stories.ts rename to src/components/General/AddCard.stories.ts diff --git a/src/pages/Dashboard/AddCard.tsx b/src/components/General/AddCard.tsx similarity index 100% rename from src/pages/Dashboard/AddCard.tsx rename to src/components/General/AddCard.tsx