Deleted no longer needed styles sheet

This commit is contained in:
Alejandro Celaya 2018-08-11 21:41:01 +02:00
parent e1008fcff1
commit c920403d5f
3 changed files with 5 additions and 13 deletions
src/short-urls

View file

@ -7,7 +7,6 @@ import { connect } from 'react-redux';
import TagsInput from 'react-tagsinput'
import { Collapse } from 'reactstrap';
import DateInput from '../common/DateInput';
import './CreateShortUrl.scss';
import CreateShortUrlResult from './helpers/CreateShortUrlResult';
import { createShortUrl, resetCreateShortUrl } from './reducers/shortUrlCreationResult';