mirror of
https://github.com/Instadapp/assembly.git
synced 2024-07-29 22:37:06 +00:00
6 lines
106 B
Vue
6 lines
106 B
Vue
<template>
|
|
<div class="flex flex-col dark:bg-dark-500 bg-background">
|
|
<slot />
|
|
</div>
|
|
</template>
|