Skip to content

Commit

Permalink
export dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Sep 10, 2024
1 parent c7b8506 commit 0a55e4e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions lib/components/dialog/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export {
CreateConversationDialog,
type CreateConversationDialogProps,
} from "./CreateConversationDialog";
export {
CreateResearchContextDialog,
type CreateResearchContextDialogProps,
} from "./CreateResearchContextDialog";
1 change: 1 addition & 0 deletions lib/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export * from "./button";
export * from "./conversation";
export * from "./dialog";
export * from "./site-header";
export * from "./mode-toggle";
export * from "./card";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maany_shr/rage-ui-kit",
"version": "1.0.0-rc.5",
"version": "1.0.0-rc.6",
"author": "Mayank Sharma <imptodefeat@gmail.com>",
"homepage": "https://dream-aim-deliver.github.io/maany/rage-ui-kit",
"private": false,
Expand Down

0 comments on commit 0a55e4e

Please sign in to comment.