mirror of
https://github.com/tornadocash/tornado-classic-ui
synced 2024-02-02 15:04:09 +01:00
12 lines
213 B
Vue
12 lines
213 B
Vue
|
<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>
|