diff --git a/apps/meteor/client/views/marketplace/AppDetailsPage/tabs/AppLogs/AppLogsItemField.tsx b/apps/meteor/client/views/marketplace/AppDetailsPage/tabs/AppLogs/AppLogsItemField.tsx
new file mode 100644
index 0000000000000..9cc149af7df77
--- /dev/null
+++ b/apps/meteor/client/views/marketplace/AppDetailsPage/tabs/AppLogs/AppLogsItemField.tsx
@@ -0,0 +1,16 @@
+import { Box } from '@rocket.chat/fuselage';
+import type { ComponentProps, ReactNode } from 'react';
+
+type AppsLogItemFieldProps = {
+ field: ReactNode | string;
+ label: string;
+} & ComponentPropsThis is the content of the panel that can be activated.
+ +More content can go here.
+
+
+ Loading
+
+
+