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