Created EditTagsModal component test

This commit is contained in:
Alejandro Celaya
2018-12-21 10:34:12 +01:00
parent 9268114fe1
commit 16cf30f26f
2 changed files with 152 additions and 1 deletions

View File

@@ -1,8 +1,8 @@
import React from 'react';
import { Modal, ModalBody, ModalFooter, ModalHeader } from 'reactstrap';
import PropTypes from 'prop-types';
import { shortUrlTagsType } from '../reducers/shortUrlTags';
import ExternalLink from '../../utils/ExternalLink';
import { shortUrlTagsType } from '../reducers/shortUrlTags';
import { shortUrlType } from '../reducers/shortUrlsList';
const EditTagsModal = (TagsSelector) => class EditTagsModal extends React.Component {