Skip to content

Commit 1737657

Browse files
committed
Update Link import for react-router v5.
1 parent 3d10eb5 commit 1737657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/User/components/CollectionMetadata.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
33
import React, { useState } from 'react';
44
import { useTranslation } from 'react-i18next';
55
import { useDispatch, useSelector } from 'react-redux';
6-
import { Link } from 'react-router';
6+
import { Link } from 'react-router-dom';
77
import Button from '../../../common/Button';
88
import Overlay from '../../App/components/Overlay';
99
import { editCollection } from '../../IDE/actions/collections';

0 commit comments

Comments
 (0)