Add homepage with some stats
This commit is contained in:
@@ -32,11 +32,13 @@
|
||||
import { Component, Vue } from 'vue-property-decorator';
|
||||
import AttemptList from '@/components/AttemptList.vue';
|
||||
import Stats from '@/components/Stats.vue';
|
||||
import Home from '@/components/Home.vue';
|
||||
|
||||
@Component({
|
||||
components: {
|
||||
AttemptList,
|
||||
Stats,
|
||||
Home,
|
||||
},
|
||||
})
|
||||
export default class App extends Vue {}
|
||||
|
Reference in New Issue
Block a user