forked from shiksha-platform/frontend-modulefederation
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
50cd982
commit 7ef1c2c
Showing
14 changed files
with
57 additions
and
57 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
packages/attendance/src/atoms/ButtonHOC.js → ...ges/attendance/src/atoms/ButtonWrapper.js
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,8 +1,8 @@ | ||
import React from "react"; | ||
import { Button } from "native-base"; | ||
|
||
const ButtonHOC = ({ children, ...rest }) => { | ||
const ButtonWrapper = ({ children, ...rest }) => { | ||
return <Button {...rest}>{children}</Button>; | ||
}; | ||
|
||
export default ButtonHOC; | ||
export default ButtonWrapper; |
4 changes: 2 additions & 2 deletions
4
packages/attendance/src/atoms/LinkHOC.js → packages/attendance/src/atoms/LinkWrapper.js
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,8 +1,8 @@ | ||
import React from "react"; | ||
import { Link, useParams } from "react-router-dom"; | ||
|
||
const LinkHOC = ({ children, ...rest }) => { | ||
const LinkWrapper = ({ children, ...rest }) => { | ||
return <Link {...rest}>{children}</Link>; | ||
}; | ||
|
||
export default LinkHOC; | ||
export default LinkWrapper; |
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
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
4 changes: 2 additions & 2 deletions
4
packages/student/src/atoms/ButtonHOC.js → packages/classes/src/atoms/ButtonWrapper.js
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,8 +1,8 @@ | ||
import React from "react"; | ||
import { Button } from "native-base"; | ||
|
||
const ButtonHOC = ({ children, ...rest }) => { | ||
const ButtonWrapper = ({ children, ...rest }) => { | ||
return <Button {...rest}>{children}</Button>; | ||
}; | ||
|
||
export default ButtonHOC; | ||
export default ButtonWrapper; |
4 changes: 2 additions & 2 deletions
4
packages/classes/src/atoms/LinkHOC.js → packages/classes/src/atoms/LinkWrapper.js
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,8 +1,8 @@ | ||
import React from "react"; | ||
import { Link, useParams } from "react-router-dom"; | ||
|
||
const LinkHOC = ({ children, ...rest }) => { | ||
const LinkWrapper = ({ children, ...rest }) => { | ||
return <Link {...rest}>{children}</Link>; | ||
}; | ||
|
||
export default LinkHOC; | ||
export default LinkWrapper; |
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
4 changes: 2 additions & 2 deletions
4
packages/classes/src/atoms/ButtonHOC.js → packages/student/src/atoms/ButtonWrapper.js
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,8 +1,8 @@ | ||
import React from "react"; | ||
import { Button } from "native-base"; | ||
|
||
const ButtonHOC = ({ children, ...rest }) => { | ||
const ButtonWrapper = ({ children, ...rest }) => { | ||
return <Button {...rest}>{children}</Button>; | ||
}; | ||
|
||
export default ButtonHOC; | ||
export default ButtonWrapper; |
4 changes: 2 additions & 2 deletions
4
packages/student/src/atoms/LinkHOC.js → packages/student/src/atoms/LinkWrapper.js
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,8 +1,8 @@ | ||
import React from "react"; | ||
import { Link } from "native-base"; | ||
|
||
const LinkHOC = ({ children, ...rest }) => { | ||
const LinkWrapper = ({ children, ...rest }) => { | ||
return <Link {...rest}>{children}</Link>; | ||
}; | ||
|
||
export default LinkHOC; | ||
export default LinkWrapper; |
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