forked from cybrespace/pinafore
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			No EOL
		
	
	
		
			561 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			No EOL
		
	
	
		
			561 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<:Head>
 | 
						|
	<title>Notifications</title>
 | 
						|
</:Head>
 | 
						|
 | 
						|
<Layout page='notifications'>
 | 
						|
  <HiddenFromSSR>
 | 
						|
    <FreeTextLayout>
 | 
						|
      <h1>Notifications</h1>
 | 
						|
 | 
						|
      <p>Your notifications will appear here when logged in.</p>
 | 
						|
    </FreeTextLayout>
 | 
						|
  </HiddenFromSSR>
 | 
						|
</Layout>
 | 
						|
 | 
						|
<script>
 | 
						|
  import Layout from './_components/Layout.html';
 | 
						|
  import FreeTextLayout from './_components/FreeTextLayout.html'
 | 
						|
  import HiddenFromSSR from './_components/HiddenFromSSR'
 | 
						|
 | 
						|
  export default {
 | 
						|
    components: {
 | 
						|
      Layout,
 | 
						|
      FreeTextLayout,
 | 
						|
      HiddenFromSSR
 | 
						|
    },
 | 
						|
  };
 | 
						|
</script> |