From c00a172fb67a75781b3c54255418c3f5be0e9c70 Mon Sep 17 00:00:00 2001 From: padreug Date: Tue, 9 Sep 2025 00:34:17 +0200 Subject: [PATCH] Refactor CreateStoreDialog component by removing unused imports - Removed the unused Label import to clean up the code and improve readability. - This change simplifies the component structure, enhancing maintainability. --- src/modules/market/components/CreateStoreDialog.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/market/components/CreateStoreDialog.vue b/src/modules/market/components/CreateStoreDialog.vue index adb668c..5a65074 100644 --- a/src/modules/market/components/CreateStoreDialog.vue +++ b/src/modules/market/components/CreateStoreDialog.vue @@ -231,7 +231,7 @@