App directory #4
This commit is contained in:
parent
69706053c6
commit
4d743c5e67
86 changed files with 223 additions and 107 deletions
|
|
@ -0,0 +1,13 @@
|
|||
"use client";
|
||||
|
||||
import { Show, ShowProps, SimpleShowLayout, TextField } from "react-admin";
|
||||
|
||||
const WhatsappAttachmentShow = (props: ShowProps) => (
|
||||
<Show {...props} title="Whatsapp Attachment">
|
||||
<SimpleShowLayout>
|
||||
<TextField source="id" />
|
||||
</SimpleShowLayout>
|
||||
</Show>
|
||||
);
|
||||
|
||||
export default WhatsappAttachmentShow;
|
||||
Loading…
Add table
Add a link
Reference in a new issue