Skip to content

Commit

Permalink
export dropdown button (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
l3satwik authored and ritz078 committed Sep 24, 2018
1 parent 69dd81c commit bd1ba45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Button from "./Button";
import Button, { DropDownButton } from "./Button";
import Calendar from "./Calendar";
import Controls from "./Controls";
import DropDown from "./DropDown";
Expand Down Expand Up @@ -28,6 +28,7 @@ import OutsideClick from "./OutsideClick";

export {
Button,
DropDownButton,
Calendar,
Controls,
DropDown,
Expand Down

1 comment on commit bd1ba45

@vercel
Copy link

@vercel vercel bot commented on bd1ba45 Sep 24, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully aliased the URL https://pebble-pzyvxzzvkl.now.sh to the following alias.

Please sign in to comment.