Nevar pievienot vairāk kā 25 tēmas
			Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 12345678910 | 
							- import AbstractBlankPage from './AbstractBlankPage';
 - 
 - /**
 -  * Default <tt>BlankPage</tt> implementation for Web/React. It's not currently
 -  * in use but it's here for symmetry with mobile/React Native should we choose
 -  * to take advantage of it in the future. Destroys the local tracks and renders
 -  * nothing.
 -  */
 - export default class BlankPage extends AbstractBlankPage {
 - }
 
 
  |