B2B-88: add starter kit structure and elements
This commit is contained in:
3
packages/cms/keystatic/src/content-renderer.tsx
Normal file
3
packages/cms/keystatic/src/content-renderer.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export function KeystaticContentRenderer(props: { content: unknown }) {
|
||||
return props.content as React.ReactNode;
|
||||
}
|
||||
Reference in New Issue
Block a user