We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d10eb5 commit 1737657Copy full SHA for 1737657
client/modules/User/components/CollectionMetadata.jsx
@@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
3
import React, { useState } from 'react';
4
import { useTranslation } from 'react-i18next';
5
import { useDispatch, useSelector } from 'react-redux';
6
-import { Link } from 'react-router';
+import { Link } from 'react-router-dom';
7
import Button from '../../../common/Button';
8
import Overlay from '../../App/components/Overlay';
9
import { editCollection } from '../../IDE/actions/collections';
0 commit comments