Files
5chan/src/components/create-board-modal/index.ts
T
plebeius 79dcc73556 refactor(modals): split directory modal into separate create board modal
Separate DirectoryModal (for home view placeholders) and CreateBoardModal (for board view create button) into distinct components with their own stores, allowing independent styling and cleaner separation of concerns.
2025-11-06 22:20:46 +01:00

2 lines
48 B
TypeScript

export { default } from './create-board-modal';