mirror of
https://github.com/Instadapp/assembly.git
synced 2024-07-29 22:37:06 +00:00
8 lines
289 B
Vue
8 lines
289 B
Vue
<template>
|
|
<div
|
|
class="flex items-center justify-center flex-1 h-40 border-2 border-dashed rounded-xs bg-grey-pure bg-opacity-10 border-grey-light dark:border-opacity-10"
|
|
>
|
|
<div class="font-medium text-grey-pure text-21">New block will be added here</div>
|
|
</div>
|
|
</template>
|