fix: move dbml into sections menu (#862)

This commit is contained in:
Guy Ben-Aharon
2025-08-21 14:48:47 +03:00
committed by GitHub
parent 73daf0df21
commit 2531a7023f
6 changed files with 70 additions and 89 deletions

View File

@@ -2,6 +2,7 @@ import { emptyFn } from '@/lib/utils';
import { createContext } from 'react';
export type SidebarSection =
| 'dbml'
| 'tables'
| 'relationships'
| 'dependencies'