mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-05-07 04:02:58 +03:00
Moved tag helper components from utils to tags/helpers folder
This commit is contained in:
parent
fd57d70a0b
commit
b454810357
11 changed files with 10 additions and 10 deletions
src/short-urls
|
@ -6,7 +6,7 @@ import React from 'react';
|
|||
import { connect } from 'react-redux';
|
||||
import { Collapse } from 'reactstrap';
|
||||
import DateInput from '../common/DateInput';
|
||||
import TagsSelector from '../utils/TagsSelector';
|
||||
import TagsSelector from '../tags/helpers/TagsSelector';
|
||||
import CreateShortUrlResult from './helpers/CreateShortUrlResult';
|
||||
import { createShortUrl, resetCreateShortUrl } from './reducers/shortUrlCreationResult';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue