-
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
4 changed files
with
20 additions
and
34 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,21 +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 { | ||
InfoPanel, | ||
InfoPanelTitle, | ||
InfoPanelLabel, | ||
InfoPanelText, | ||
InfoPanelAvatar, | ||
InfoPanelField, | ||
InfoPanelAction, | ||
InfoPanelSection, | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
import { InfoPanelLabel, InfoPanelText } from '../InfoPanel'; | ||
import UserInfo from './UserInfo'; | ||
import UserInfoAction from './UserInfoAction'; | ||
import UserInfoAvatar from './UserInfoAvatar'; | ||
import UserInfoUsername from './UserInfoUsername'; | ||
|
||
export { UserInfo, UserInfoAction, UserInfoAvatar, InfoPanelText as UserInfoText, InfoPanelLabel as UserInfoLabel, 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
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