platypush/platypush/backend/http/webapp/src/views/NotFound.vue

11 lines
110 B
Vue
Raw Normal View History

2020-11-21 01:12:08 +01:00
<template>
<h1>Object not found</h1>
</template>
<script>
export default {
name: "NotFound"
}
</script>