<template>
	<view>
	<indexstep2></indexstep2>
	</view>
</template>

<script setup>
	import indexstep2 from "./index.vue" 
	import {
		ref
	} from 'vue'

</script>

<style scoped>

</style>