refactor: Remove unused error page components

This commit is contained in:
alokVishu
2024-07-09 12:35:36 +05:30
parent b856aa41e6
commit a294d01303
2 changed files with 0 additions and 22 deletions

View File

@@ -1,11 +0,0 @@
<script lang="ts" setup>
throw createError({
statusCode: 404,
statusMessage: 'Error Page! Just for demo!',
fatal: true,
})
</script>
<template>
<p>This is just demo page to avoid console error and show you error.</p>
</template>

View File

@@ -1,11 +0,0 @@
<script lang="ts" setup>
throw createError({
statusCode: 404,
statusMessage: 'Error Page! Just for demo!',
fatal: true,
})
</script>
<template>
<p>This is just demo page to avoid console error and show you error.</p>
</template>