Moved file
This commit is contained in:
		@@ -1,20 +0,0 @@
 | 
			
		||||
<script>
 | 
			
		||||
    import Content from '@/components/Content.vue'
 | 
			
		||||
    export default {
 | 
			
		||||
        components: {
 | 
			
		||||
            Content
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
</script>
 | 
			
		||||
<template>
 | 
			
		||||
    <div>
 | 
			
		||||
        <Content>
 | 
			
		||||
            <template v-slot:header>
 | 
			
		||||
                Take the Quiz
 | 
			
		||||
            </template>
 | 
			
		||||
            <template v-slot:content>
 | 
			
		||||
                This is the Quiz Console
 | 
			
		||||
            </template>
 | 
			
		||||
        </Content>
 | 
			
		||||
    </div>
 | 
			
		||||
</template>
 | 
			
		||||
		Reference in New Issue
	
	Block a user