mirror of
				https://github.com/owncast/owncast.git
				synced 2025-11-04 05:17:27 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			118 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			118 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
interface Props {}
 | 
						|
 | 
						|
export default function IndieAuthModal(props: Props) {
 | 
						|
  return <div>Component goes here</div>;
 | 
						|
}
 |