Newer
Older
smart-home-server / webclient-vue / src / features / system / NotFoundPage.vue
@Eugene Sukhodolskiy Eugene Sukhodolskiy 1 day ago 246 bytes Add script detail pages with scope grouping
<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>