petra-tool / frontend / src / views / error / error404.vue
error404.vue
Raw
<template>
    <v-container>
      <p class="text-h5">404 Not Found</p>
    </v-container>
</template>

<script>
export default {
  name: "error404.vue"
}
</script>

<style scoped>

</style>