mirror of
https://github.com/kerberos-io/agent.git
synced 2026-08-23 15:08:32 +00:00
Refactor component exports for consistency by removing unnecessary line breaks
This commit is contained in:
@@ -753,5 +753,4 @@ Dashboard.propTypes = {
|
||||
|
||||
export default withTranslation()(
|
||||
connect(mapStateToProps, mapDispatchToProps)(Dashboard)
|
||||
)
|
||||
);
|
||||
|
||||
@@ -352,5 +352,4 @@ Media.propTypes = {
|
||||
|
||||
export default withTranslation()(
|
||||
connect(mapStateToProps, mapDispatchToProps)(Media)
|
||||
)
|
||||
);
|
||||
|
||||
@@ -2826,5 +2826,4 @@ Settings.propTypes = {
|
||||
|
||||
export default withTranslation()(
|
||||
connect(mapStateToProps, mapDispatchToProps)(Settings)
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user