mirror of
https://github.com/web3privacy/explorer-app.git
synced 2024-10-15 16:46:26 +02:00
9 lines
153 B
Vue
9 lines
153 B
Vue
<script setup lang="ts">
|
|
</script>
|
|
|
|
<template>
|
|
<div flex gap-12px>
|
|
<UnoIcon i-heroicons-solid-share text-24px />
|
|
<slot />
|
|
</div>
|
|
</template>
|