ubiquitous-invention/apps/web/components/views/board/index.ts

7 lines
331 B
TypeScript
Raw Normal View History

export { BoardView } from "./board-view";
export type { BoardViewProps } from "./board-view";
export { BoardColumn } from "./board-column";
export type { BoardColumnProps } from "./board-column";
export { BoardCard, BoardCardPreview } from "./board-card";
export type { BoardCardProps, BoardCardPreviewProps } from "./board-card";