From 2d6c997b380200ed48f37229ed7697aae48f0a55 Mon Sep 17 00:00:00 2001 From: advplyr Date: Sun, 27 Nov 2022 14:39:29 -0600 Subject: [PATCH] Cleanup collections add/create modal --- .../modals/collections/AddCreateModal.vue | 2 +- ...rCollectionItem.vue => CollectionItem.vue} | 26 +++---------------- 2 files changed, 4 insertions(+), 24 deletions(-) rename client/components/modals/collections/{UserCollectionItem.vue => CollectionItem.vue} (67%) diff --git a/client/components/modals/collections/AddCreateModal.vue b/client/components/modals/collections/AddCreateModal.vue index 77012c55..487251a1 100644 --- a/client/components/modals/collections/AddCreateModal.vue +++ b/client/components/modals/collections/AddCreateModal.vue @@ -15,7 +15,7 @@
diff --git a/client/components/modals/collections/UserCollectionItem.vue b/client/components/modals/collections/CollectionItem.vue similarity index 67% rename from client/components/modals/collections/UserCollectionItem.vue rename to client/components/modals/collections/CollectionItem.vue index 0a8cb6c2..f6486053 100644 --- a/client/components/modals/collections/UserCollectionItem.vue +++ b/client/components/modals/collections/CollectionItem.vue @@ -1,5 +1,5 @@