forked from geolba/tethys.backend
Arno Kaimbacher
296c8fd46e
- renamed middleware Role and Can to role_middleware and can_middleware - added some typing for inertia vue3 components - npm updates
7 lines
157 B
Vue
7 lines
157 B
Vue
<template>
|
|
<div class="container">
|
|
<div class="title">Page not found</div>
|
|
|
|
<span>This page does not exist.</span>
|
|
</div>
|
|
</template> |