Moved file
This commit is contained in:
parent
7d4d6b354c
commit
b62fa4057a
@ -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>
|
|
Loading…
Reference in New Issue
Block a user