-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[removed] RouterModalTrigger removed upstream
Fixes #97
- Loading branch information
Jimmy Jia
committed
Jul 22, 2015
1 parent
91c29ab
commit 5100b0b
Showing
5 changed files
with
6 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"optional": [ | ||
"es7.objectRestSpread" | ||
] | ||
"stage": 1 | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,5 @@ | ||
import ButtonLink from './ButtonLink'; | ||
import ListGroupItemLink from './ListGroupItemLink'; | ||
import MenuItemLink from './MenuItemLink'; | ||
import NavItemLink from './NavItemLink'; | ||
import RouterModalTrigger from './RouterModalTrigger'; | ||
import RouterOverlayTrigger from './RouterOverlayTrigger'; | ||
|
||
export default { | ||
ButtonLink, | ||
ListGroupItemLink, | ||
MenuItemLink, | ||
NavItemLink, | ||
RouterModalTrigger, | ||
RouterOverlayTrigger | ||
}; | ||
export ButtonLink from './ButtonLink'; | ||
export ListGroupItemLink from './ListGroupItemLink'; | ||
export MenuItemLink from './MenuItemLink'; | ||
export NavItemLink from './NavItemLink'; | ||
export RouterOverlayTrigger from './RouterOverlayTrigger'; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters