feat: unwrap config namespaces to flat exports + barrel (#22746)
This commit is contained in:
parent
d4cfbd020d
commit
1ca257e356
30 changed files with 409 additions and 412 deletions
|
|
@ -8,7 +8,7 @@ import type { useSDK } from "@tui/context/sdk"
|
|||
import type { useSync } from "@tui/context/sync"
|
||||
import type { useTheme } from "@tui/context/theme"
|
||||
import { Dialog as DialogUI, type useDialog } from "@tui/ui/dialog"
|
||||
import type { TuiConfig } from "@/config/tui"
|
||||
import type { TuiConfig } from "@/config"
|
||||
import { createPluginKeybind } from "../context/plugin-keybinds"
|
||||
import type { useKV } from "../context/kv"
|
||||
import { DialogAlert } from "../ui/dialog-alert"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue