chore: sync

Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
mertmit
2026-01-08 18:29:44 +03:00
parent f07a8da6ea
commit 69a29568c7
1221 changed files with 70034 additions and 16199 deletions

View File

@@ -0,0 +1,8 @@
<template>
<div class="w-[320px] h-full flex-none p-5 bg-nc-bg-gray-extralight border-l-1 border-nc-border-gray-medium">
<slot />
<slot name="divider">
<NcDivider class="!my-4" />
</slot>
</div>
</template>