Newer
Older
smart-home-server / webclient / src / features / system / NotFoundPage.vue
<template>
  <section class="page">
    <GnEmptyState title="Not Found" text="The page you are looking for does not exist." icon="ph-warning" />
  </section>
</template>

<script setup>
import { GnEmptyState } from "gnexus-ui-kit/vue";
</script>