mirror of
				https://github.com/owncast/owncast.git
				synced 2025-11-04 05:17:27 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			172 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			172 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
/* eslint-disable @typescript-eslint/no-unused-vars */
 | 
						|
interface Props {}
 | 
						|
 | 
						|
export default function FediAuthModal(props: Props) {
 | 
						|
  return <div>Component goes here</div>;
 | 
						|
}
 |