Arno Kaimbacher
296c8fd46e
Some checks failed
CI Pipeline / japa-tests (push) Failing after 1m13s
- 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> |