ActivityWatch/aw-webui

View on GitHub
src/views/NotFound.vue

Summary

Maintainability
Test Coverage
<template lang="pug">
div
  h3 Woops, this page was not found!
  p.mb-0
    | Try navigating back where you came from.
</template>

<script lang="ts">
export default {
  name: 'NotFound',
};
</script>