From 36b4d087792f5dcec718ef109a2ea8beb4a57a96 Mon Sep 17 00:00:00 2001 From: lotte Date: Tue, 24 Jan 2023 14:23:48 +0100 Subject: [PATCH] Put accidentally moved components back --- .../collection-list-element.component.html | 0 .../collection-list-element.component.scss | 0 .../collection-list-element/collection-list-element.component.ts | 0 .../community-list-element/community-list-element.component.html | 0 .../community-list-element/community-list-element.component.scss | 0 .../community-list-element/community-list-element.component.ts | 0 .../shared => object-list}/object-list.component.html | 0 .../shared => object-list}/object-list.component.scss | 0 .../shared => object-list}/object-list.component.ts | 0 9 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/themes/custom/app/shared/object-list/collection-list-element/collection-list-element.component.html rename src/themes/custom/app/shared/{object-collection/shared => object-list}/collection-list-element/collection-list-element.component.scss (100%) rename src/themes/custom/app/shared/{object-collection/shared => object-list}/collection-list-element/collection-list-element.component.ts (100%) rename src/themes/custom/app/shared/{object-collection/shared => object-list}/community-list-element/community-list-element.component.html (100%) rename src/themes/custom/app/shared/{object-collection/shared => object-list}/community-list-element/community-list-element.component.scss (100%) rename src/themes/custom/app/shared/{object-collection/shared => object-list}/community-list-element/community-list-element.component.ts (100%) rename src/themes/custom/app/shared/{object-collection/shared => object-list}/object-list.component.html (100%) rename src/themes/custom/app/shared/{object-collection/shared => object-list}/object-list.component.scss (100%) rename src/themes/custom/app/shared/{object-collection/shared => object-list}/object-list.component.ts (100%) diff --git a/src/themes/custom/app/shared/object-list/collection-list-element/collection-list-element.component.html b/src/themes/custom/app/shared/object-list/collection-list-element/collection-list-element.component.html deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/src/themes/custom/app/shared/object-collection/shared/collection-list-element/collection-list-element.component.scss b/src/themes/custom/app/shared/object-list/collection-list-element/collection-list-element.component.scss similarity index 100% rename from src/themes/custom/app/shared/object-collection/shared/collection-list-element/collection-list-element.component.scss rename to src/themes/custom/app/shared/object-list/collection-list-element/collection-list-element.component.scss diff --git a/src/themes/custom/app/shared/object-collection/shared/collection-list-element/collection-list-element.component.ts b/src/themes/custom/app/shared/object-list/collection-list-element/collection-list-element.component.ts similarity index 100% rename from src/themes/custom/app/shared/object-collection/shared/collection-list-element/collection-list-element.component.ts rename to src/themes/custom/app/shared/object-list/collection-list-element/collection-list-element.component.ts diff --git a/src/themes/custom/app/shared/object-collection/shared/community-list-element/community-list-element.component.html b/src/themes/custom/app/shared/object-list/community-list-element/community-list-element.component.html similarity index 100% rename from src/themes/custom/app/shared/object-collection/shared/community-list-element/community-list-element.component.html rename to src/themes/custom/app/shared/object-list/community-list-element/community-list-element.component.html diff --git a/src/themes/custom/app/shared/object-collection/shared/community-list-element/community-list-element.component.scss b/src/themes/custom/app/shared/object-list/community-list-element/community-list-element.component.scss similarity index 100% rename from src/themes/custom/app/shared/object-collection/shared/community-list-element/community-list-element.component.scss rename to src/themes/custom/app/shared/object-list/community-list-element/community-list-element.component.scss diff --git a/src/themes/custom/app/shared/object-collection/shared/community-list-element/community-list-element.component.ts b/src/themes/custom/app/shared/object-list/community-list-element/community-list-element.component.ts similarity index 100% rename from src/themes/custom/app/shared/object-collection/shared/community-list-element/community-list-element.component.ts rename to src/themes/custom/app/shared/object-list/community-list-element/community-list-element.component.ts diff --git a/src/themes/custom/app/shared/object-collection/shared/object-list.component.html b/src/themes/custom/app/shared/object-list/object-list.component.html similarity index 100% rename from src/themes/custom/app/shared/object-collection/shared/object-list.component.html rename to src/themes/custom/app/shared/object-list/object-list.component.html diff --git a/src/themes/custom/app/shared/object-collection/shared/object-list.component.scss b/src/themes/custom/app/shared/object-list/object-list.component.scss similarity index 100% rename from src/themes/custom/app/shared/object-collection/shared/object-list.component.scss rename to src/themes/custom/app/shared/object-list/object-list.component.scss diff --git a/src/themes/custom/app/shared/object-collection/shared/object-list.component.ts b/src/themes/custom/app/shared/object-list/object-list.component.ts similarity index 100% rename from src/themes/custom/app/shared/object-collection/shared/object-list.component.ts rename to src/themes/custom/app/shared/object-list/object-list.component.ts