File "LayoutInstallation.vue"

Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/resources/scripts/admin/layouts/LayoutInstallation.vue
File size: 296 bytes
MIME-type: text/html
Charset: utf-8

<template>
  <div class="h-screen overflow-y-auto text-base">
    <NotificationRoot />

    <div class="container mx-auto px-4">
      <router-view />
    </div>
  </div>
</template>

<script setup>
import NotificationRoot from '@/scripts/components/notifications/NotificationRoot.vue'
</script>