✨ Posts
This commit is contained in:
		
							
								
								
									
										7
									
								
								components/posts/PostContent.tsx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								components/posts/PostContent.tsx
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| "use client"; | ||||
|  | ||||
| import MuiMarkdown from "mui-markdown"; | ||||
|  | ||||
| export default function PostContent({ content }: { content: string }) { | ||||
|   return <MuiMarkdown>{content}</MuiMarkdown>; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user