platypush/platypush/backend/http/webapp/src/views/NotFound.vue
2020-11-21 01:12:08 +01:00

11 lines
110 B
Vue

<template>
<h1>Object not found</h1>
</template>
<script>
export default {
name: "NotFound"
}
</script>