mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-02 06:30:08 -05:00
Implemented the integrations page.
This commit is contained in:
@@ -5,7 +5,7 @@ import Button from '../Button';
|
||||
* Integrations component
|
||||
* @returns {JSX.Element}
|
||||
*/
|
||||
const Integrations = () => {
|
||||
const IntegrationsComponent = () => {
|
||||
const theme = useTheme();
|
||||
|
||||
return (
|
||||
@@ -53,4 +53,4 @@ const Integrations = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default Integrations;
|
||||
export default IntegrationsComponent;
|
||||
|
||||
Reference in New Issue
Block a user