blob: 5fca6c80ee6d2758e433a981aa1c84e1291b66c2 [file] [log] [blame]
<template>
<exception-page type="404" />
</template>
<script>
import ExceptionPage from './ExceptionPage'
export default {
components: {
ExceptionPage
}
}
</script>
<style scoped>
</style>