From 1c4dc154e8393297bad1c906d0a04ae115c07abc Mon Sep 17 00:00:00 2001 From: mdatelle Date: Wed, 30 Jul 2025 13:30:42 -0400 Subject: [PATCH] refactor: remove old Detail component and update test component --- web/components/LayoutViews/Detail.vue | 392 ------------------- web/components/LayoutViews/DetailTest.ce.vue | 5 +- 2 files changed, 2 insertions(+), 395 deletions(-) delete mode 100644 web/components/LayoutViews/Detail.vue diff --git a/web/components/LayoutViews/Detail.vue b/web/components/LayoutViews/Detail.vue deleted file mode 100644 index 2230b7d3f..000000000 --- a/web/components/LayoutViews/Detail.vue +++ /dev/null @@ -1,392 +0,0 @@ - - - diff --git a/web/components/LayoutViews/DetailTest.ce.vue b/web/components/LayoutViews/DetailTest.ce.vue index 08b9c2155..bb18c8e46 100644 --- a/web/components/LayoutViews/DetailTest.ce.vue +++ b/web/components/LayoutViews/DetailTest.ce.vue @@ -1,11 +1,10 @@