mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
refactored tag component
This commit is contained in:
parent
01f52bcb63
commit
ede4f4662c
16 changed files with 344 additions and 207 deletions
|
@ -2,7 +2,6 @@ import React, { FC, useCallback, useEffect, useMemo } from 'react';
|
|||
import { SidebarWrapper } from '~/containers/sidebars/SidebarWrapper';
|
||||
import styles from './styles.module.scss';
|
||||
import { useHistory, useRouteMatch } from 'react-router';
|
||||
import { Tag } from '~/components/node/Tag';
|
||||
import { Icon } from '~/components/input/Icon';
|
||||
import { Link } from 'react-router-dom';
|
||||
import { TagSidebarList } from '~/components/sidebar/TagSidebarList';
|
||||
|
@ -11,6 +10,7 @@ import { selectTagNodes } from '~/redux/tag/selectors';
|
|||
import * as ACTIONS from '~/redux/tag/actions';
|
||||
import { LoaderCircle } from '~/components/input/LoaderCircle';
|
||||
import { InfiniteScroll } from '~/components/containers/InfiniteScroll';
|
||||
import { Tag } from '~/components/tags/Tag';
|
||||
|
||||
const mapStateToProps = state => ({
|
||||
nodes: selectTagNodes(state),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue