mirror of
				https://github.com/flarum/core.git
				synced 2025-10-28 22:07:33 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			291 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			291 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| /**
 | |
|  * The `DiscussionRenamedPost` component displays a discussion event post
 | |
|  * indicating that the discussion has been renamed.
 | |
|  *
 | |
|  * ### Attrs
 | |
|  *
 | |
|  * - All of the attrs for EventPost
 | |
|  */
 | |
| export default class DiscussionRenamedPost extends EventPost {
 | |
| }
 | |
| import EventPost from "./EventPost";
 |