Skip to content

Commit 6538936

Browse files
author
Sachin Maheshwari
committed
Merge branch 'feature/project-listing-updates' into feature/project-listing-updates#1268
2 parents 961631e + b11d8f9 commit 6538936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/list/components/Projects/ProjectCard.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import _ from 'lodash'
22
import moment from 'moment'
33
import React, { PropTypes as PT } from 'react'
4-
import {Link} from 'react-router'
4+
import {Link} from 'react-router-dom'
55
import TextTruncate from 'react-text-truncate'
66
import { getProjectRoleForCurrentUser } from '../../../../helpers/projectHelper'
77
import ProjectProgress from '../../../../components/ProjectProgress/ProjectProgress'

0 commit comments

Comments
 (0)