mirror of
https://github.com/web3privacy/explorer-app.git
synced 2024-10-15 16:46:26 +02:00
9 lines
147 B
Vue
9 lines
147 B
Vue
|
<template>
|
||
|
<div lg:flex gap-32px>
|
||
|
<div hidden w-full max-w-320px lg:block />
|
||
|
<div w-full>
|
||
|
<slot />
|
||
|
</div>
|
||
|
</div>
|
||
|
</template>
|