Skip to content

Commit a109e6b

Browse files
Copilothotlong
andcommitted
Fix MDX syntax error by adding missing opening code fence
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent d8903bb commit a109e6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/site/content/docs/guide/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ curl -X POST http://localhost:3000/api/data/contacts \
307307

308308
> **Note**: The UI components have been moved to a separate project and are no longer part of this monorepo. They can be integrated with ObjectOS through the HTTP API layer (`@objectos/server`) which provides REST endpoints for metadata and data access.
309309

310+
```jsx
310311
function ContactDetail({ contactId }) {
311312
return (
312313
<div>

0 commit comments

Comments
 (0)