<List ref:list/>
<script>
import List from './List.html';
export default {
components: {
List
}
};
</script>