Skip to content

Commit

Permalink
Merge pull request #72 from aum-deriv/aum/export-action-screen
Browse files Browse the repository at this point in the history
[FEQ] aum/export-action-screen
  • Loading branch information
shayan-deriv authored Feb 13, 2024
2 parents adae605 + a320615 commit 63010f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/main.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { ActionScreen } from "./components/ActionScreen";
export { Button } from "./components/Button";
export { Checkbox } from "./components/Checkbox";
export { Divider } from "./components/Divider";
Expand All @@ -13,4 +14,4 @@ export { ToggleSwitch } from "./components/ToggleSwitch";
export { Tooltip } from "./components/Tooltip";
export { useDevice } from "./hooks/useDevice";
export { useOnClickOutside } from "./hooks/useOnClickOutside";
export { VerticalTab, VerticalTabItems } from "./components/VerticalTab";
export { VerticalTab, VerticalTabItems } from "./components/VerticalTab";

0 comments on commit 63010f3

Please sign in to comment.