<template>
<LayoutPage>
<Error :code="404" wrap />
</LayoutPage>
</template>
<script setup>
import LayoutPage from '~/layouts/page.vue'
</script>