all repos — stealth-developers @ 352a8a67bc5f7191c41f3b64d02c75b0aaba3846

apps/web/src/views/NotFound.vue (view raw)

 1
 2
 3
 4
 5
 6
 7
<template>
	<h1>404 - Not Found</h1>
	<p>
		whoops, if you're trying to view a ticket, please run `/ticket view [id]` and click the link
		from there.
	</p>
</template>