Skip to content

Commit 1261268

Browse files
author
Sachin Maheshwari
committed
fixed react-dom issue
1 parent 4a6405b commit 1261268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
import React from 'react'
3-
import {Link} from 'react-router'
3+
import {Link} from 'react-router-dom'
44
import SVGIconImage from '../../../../components/SVGIconImage'
55
import './ProjectCard.scss'
66

0 commit comments

Comments
 (0)