Unverified Commit cfc3bbcd by Sendya

reactor: v2: ExceptionPage move to components/

parent c5cdf68a
import ExceptionPage from './ExceptionPage.vue'
export default ExceptionPage
......@@ -22,6 +22,7 @@ import STable from '@/components/Table'
import MultiTab from '@/components/MultiTab'
import Result from '@/components/Result'
import IconSelector from '@/components/IconSelector'
import ExceptionPage from '@/components/Exception'
export {
AvatarList,
......@@ -46,5 +47,6 @@ export {
STable,
MultiTab,
Result,
ExceptionPage,
IconSelector
}
......@@ -3,7 +3,7 @@
</template>
<script>
import ExceptionPage from './ExceptionPage'
import { ExceptionPage } from '@/components'
export default {
components: {
......
......@@ -3,7 +3,7 @@
</template>
<script>
import ExceptionPage from './ExceptionPage'
import { ExceptionPage } from '@/components'
export default {
components: {
......
......@@ -3,7 +3,7 @@
</template>
<script>
import ExceptionPage from './ExceptionPage'
import { ExceptionPage } from '@/components'
export default {
components: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment