Removed old ExternalLink component in favor of external one

This commit is contained in:
Alejandro Celaya
2020-01-15 18:16:12 +01:00
parent 7826000384
commit c90cd46095
10 changed files with 9 additions and 12 deletions

View File

@@ -1,8 +1,8 @@
import React from 'react';
import { shallow } from 'enzyme';
import Moment from 'react-moment';
import { ExternalLink } from 'react-external-link';
import VisitsHeader from '../../src/visits/VisitsHeader';
import ExternalLink from '../../src/utils/ExternalLink';
describe('<VisitsHeader />', () => {
let wrapper;