classic-ui/pages/451.vue

12 lines
224 B
Vue
Raw Normal View History

2022-10-13 16:50:29 +03:00
<template>
<div class="compliance">
<h1 class="title is-size-1 is-size-2-mobile is-spaced">Unavailable For Legal Reasons</h1>
</div>
</template>
<script>
export default {
layout: 'geofence'
}
</script>