forked from cybrespace/pinafore
		
	
		
			
	
	
		
			14 lines
		
	
	
	
		
			210 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
	
		
			210 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								<SettingsNav page={{page}} />
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<div class="settings">
							 | 
						||
| 
								 | 
							
								  <slot></slot>
							 | 
						||
| 
								 | 
							
								</div>
							 | 
						||
| 
								 | 
							
								<script>
							 | 
						||
| 
								 | 
							
								  import SettingsNav from './SettingsNav.html';
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  export default {
							 | 
						||
| 
								 | 
							
								    components: {
							 | 
						||
| 
								 | 
							
								      SettingsNav
							 | 
						||
| 
								 | 
							
								    }
							 | 
						||
| 
								 | 
							
								  };
							 | 
						||
| 
								 | 
							
								</script>
							 |