mirror of
https://github.com/web3privacy/explorer-app.git
synced 2024-10-15 16:46:26 +02:00
3b553f551d
fix(lint): resolve lint errors
16 lines
186 B
Vue
16 lines
186 B
Vue
<template>
|
|
<div
|
|
lg:flex
|
|
gap-32px
|
|
>
|
|
<div
|
|
hidden
|
|
w-full
|
|
max-w-320px
|
|
lg:block
|
|
/>
|
|
<div w-full>
|
|
<slot />
|
|
</div>
|
|
</div>
|
|
</template>
|