Skip to content

Commit 831ef1c

Browse files
Kedarnath R GubbiKedarnath R Gubbi
authored andcommitted
fix CI error
1 parent b2fb98a commit 831ef1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Collaboration/Collaboration.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import './Collaboration.css';
55
import { toast } from 'react-toastify';
66
import { ApiEndpoint } from 'utils/URL';
77
import { useSelector } from 'react-redux';
8-
import WhatWeDoSection from 'components/WhatWeDo/WhatWeDo';
8+
import WhatWeDoSection from '../WhatWeDo/WhatWeDo';
99
import OneCommunityImage from '../../assets/images/logo2.png';
1010

1111
function Collaboration() {

0 commit comments

Comments
 (0)