mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-16 04:23:47 +00:00
Moved tag helper components from utils to tags/helpers folder
This commit is contained in:
@@ -4,7 +4,7 @@ import React from 'react';
|
||||
import { connect } from 'react-redux';
|
||||
import { isEmpty, pick } from 'ramda';
|
||||
import PropTypes from 'prop-types';
|
||||
import Tag from '../utils/Tag';
|
||||
import Tag from '../tags/helpers/Tag';
|
||||
import SearchField from '../utils/SearchField';
|
||||
import { listShortUrls } from './reducers/shortUrlsList';
|
||||
import './SearchBar.scss';
|
||||
|
||||
Reference in New Issue
Block a user