mirror of https://github.com/wg-easy/wg-easy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
175 B
7 lines
175 B
<template>
|
|
<div
|
|
class="flex flex-auto flex-grow flex-row items-center border-b-2 border-gray-100 p-3 px-5 dark:border-neutral-600"
|
|
>
|
|
<slot />
|
|
</div>
|
|
</template>
|
|
|