mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
optimized imports
This commit is contained in:
parent
68bab520df
commit
77d59625d1
26 changed files with 6 additions and 49 deletions
|
@ -3,7 +3,7 @@ import React, { FC, Fragment } from 'react';
|
|||
import classNames from 'classnames';
|
||||
|
||||
import { FlowCell } from '~/components/flow/FlowCell';
|
||||
import { flowDisplayToPreset, ImagePresets, URLS } from '~/constants/urls';
|
||||
import { flowDisplayToPreset, URLS } from '~/constants/urls';
|
||||
import { FlowDisplay, IFlowNode, INode } from '~/types';
|
||||
import { IUser } from '~/types/auth';
|
||||
import { getURLFromString } from '~/utils/dom';
|
||||
|
|
|
@ -12,7 +12,6 @@ import { getPrettyDate } from '~/utils/dom';
|
|||
import styles from './styles.module.scss';
|
||||
|
||||
|
||||
|
||||
interface IProps {
|
||||
node: Partial<INode>;
|
||||
has_new?: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue