From 63b65afe75853c3176d0e01feaf5f088615fb37a Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Tue, 29 Oct 2024 13:42:27 -0300 Subject: [PATCH] refactor: move month_year_picker to common and make it more generic --- app/templates/common/{ => fragments}/toasts.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/templates/common/{ => fragments}/toasts.html (100%) diff --git a/app/templates/common/toasts.html b/app/templates/common/fragments/toasts.html similarity index 100% rename from app/templates/common/toasts.html rename to app/templates/common/fragments/toasts.html