classic-ui/pages/451.vue

12 lines
213 B
Vue
Raw Permalink Normal View History

2022-04-22 06:05:56 +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>