ubiquitous-computing-geo-ti.../frontend/src/views/missing.vue

14 lines
111 B
Vue
Raw Normal View History

2020-04-15 18:38:30 +02:00
<template>
<h3>Errror 404</h3>
</template>
<script>
export default {
}
</script>
<style scoped>
</style>