1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-25 08:09:41 +02:00

file reorganize

This commit is contained in:
Hayden 2021-01-08 17:09:03 -09:00
parent a731b9f6ab
commit fef8ad540a
28 changed files with 80 additions and 231 deletions

View file

@ -0,0 +1,23 @@
<template>
<div class="text-center">
<v-row>
<v-col cols="2"></v-col>
<v-col>
<v-card height="">
<v-card-text>
<h1>404 No Page Found</h1>
</v-card-text>
<v-btn text block @click="$router.push('/')"> Take me Home </v-btn>
</v-card>
</v-col>
<v-col cols="2"></v-col>
</v-row>
</div>
</template>
<script>
export default {};
</script>
<style lang="scss" scoped>
</style>