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