-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
276 additions
and
281 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
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,20 +1,9 @@ | ||
import InfoPanel from './InfoPanel'; | ||
import InfoPanelAction from './InfoPanelAction'; | ||
import InfoPanelActionGroup from './InfoPanelActionGroup'; | ||
import InfoPanelAvatar from './InfoPanelAvatar'; | ||
import InfoPanelField from './InfoPanelField'; | ||
import InfoPanelLabel from './InfoPanelLabel'; | ||
import InfoPanelSection from './InfoPanelSection'; | ||
import InfoPanelText from './InfoPanelText'; | ||
import InfoPanelTitle from './InfoPanelTitle'; | ||
|
||
export default Object.assign(InfoPanel, { | ||
Title: InfoPanelTitle, | ||
Label: InfoPanelLabel, | ||
Text: InfoPanelText, | ||
Avatar: InfoPanelAvatar, | ||
Field: InfoPanelField, | ||
Action: InfoPanelAction, | ||
Section: InfoPanelSection, | ||
ActionGroup: InfoPanelActionGroup, | ||
}); | ||
export { default as InfoPanel } from './InfoPanel'; | ||
export { default as InfoPanelAction } from './InfoPanelAction'; | ||
export { default as InfoPanelActionGroup } from './InfoPanelActionGroup'; | ||
export { default as InfoPanelAvatar } from './InfoPanelAvatar'; | ||
export { default as InfoPanelField } from './InfoPanelField'; | ||
export { default as InfoPanelLabel } from './InfoPanelLabel'; | ||
export { default as InfoPanelSection } from './InfoPanelSection'; | ||
export { default as InfoPanelText } from './InfoPanelText'; | ||
export { default as InfoPanelTitle } from './InfoPanelTitle'; |
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
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,13 +1,4 @@ | ||
import InfoPanel from '../InfoPanel'; | ||
import UserInfo from './UserInfo'; | ||
import UserInfoAction from './UserInfoAction'; | ||
import UserInfoAvatar from './UserInfoAvatar'; | ||
import UserInfoUsername from './UserInfoUsername'; | ||
|
||
export default Object.assign(UserInfo, { | ||
Action: UserInfoAction, | ||
Avatar: UserInfoAvatar, | ||
Info: InfoPanel.Text, | ||
Label: InfoPanel.Label, | ||
Username: UserInfoUsername, | ||
}); | ||
export { default as UserInfo } from './UserInfo'; | ||
export { default as UserInfoAction } from './UserInfoAction'; | ||
export { default as UserInfoAvatar } from './UserInfoAvatar'; | ||
export { default as UserInfoUsername } from './UserInfoUsername'; |
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
Oops, something went wrong.