<template>
<tiny-logout></tiny-logout>
</template>
<script lang="jsx">
import { Logout } from '@opentiny/vue'
export default {
components: {
TinyLogout: Logout
}
</script>