LayoutPublicPageBoxActions.vue 178 B

1234567
  1. <!-- Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/ -->
  2. <template>
  3. <div class="flex justify-end items-end gap-2">
  4. <slot />
  5. </div>
  6. </template>