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