@@ -0,0 +1,10 @@
<script setup>
const route = useRoute()
const isInteriorPage = computed(() => route.path !== '/')
</script>
<template>
<NuxtPage />
<InteriorPageTools v-if="isInteriorPage" />
<ConsultationModal />
</template>
The note is not visible to the blocked user.