From 5af0e6855e3afbd820217b2b979aff3a8fca4d77 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Thu, 25 Aug 2022 09:15:40 -0400 Subject: [PATCH] Rename quote-modal to modal and move to common-components folder. --- .../quote-modal.vue => common-components/modal/modal.vue} | 2 +- src/layouts/quote/quote.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename src/{layouts/quote/quote-modal/quote-modal.vue => common-components/modal/modal.vue} (98%) diff --git a/src/layouts/quote/quote-modal/quote-modal.vue b/src/common-components/modal/modal.vue similarity index 98% rename from src/layouts/quote/quote-modal/quote-modal.vue rename to src/common-components/modal/modal.vue index 3867522ae..d4770949a 100644 --- a/src/layouts/quote/quote-modal/quote-modal.vue +++ b/src/common-components/modal/modal.vue @@ -20,7 +20,7 @@