File "BaseBreadcrumb-20250423191702.vue"

Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/resources/scripts/admin/views/payments/BaseBreadcrumb-20250423191702.vue
File size: 200 bytes
MIME-type: text/html
Charset: utf-8

<template>
  <nav>
    <ol class="flex flex-wrap py-4 text-gray-900 rounded list-reset">
      <slot />
    </ol>
  </nav>
</template>

<script>
export default {
  name: 'BaseBreadcrumb',
}
</script>