Implemented the integrations page.

This commit is contained in:
M M
2024-06-09 23:37:47 -07:00
parent 69c24223ab
commit 222ee70f87
3 changed files with 39 additions and 26 deletions
+2 -2
View File
@@ -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;