Add CreateSearchSpaceDialog component

This commit is contained in:
CREDO23 2026-01-12 15:56:23 +02:00
parent eed04e9b27
commit d5580fe3ac
6 changed files with 198 additions and 0 deletions

View file

@ -1,3 +1,4 @@
export { CreateSearchSpaceDialog } from "./dialogs";
export { Header } from "./header";
export { IconRail, NavIcon, SearchSpaceAvatar } from "./icon-rail";
export { LayoutShell } from "./shell";