<template>
<div>
<test/>
</div>
</template>
<script>
import test from '@/components/test'
export default {
components: {
test
}
</script>