mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
optimized imports
This commit is contained in:
parent
68bab520df
commit
77d59625d1
26 changed files with 6 additions and 49 deletions
|
@ -1,12 +1,8 @@
|
|||
import React, { FC, useCallback } from 'react';
|
||||
|
||||
import { Anchor } from '~/components/common/Anchor';
|
||||
import React, { FC } from 'react';
|
||||
import { Pressable } from '~/components/common/Pressable';
|
||||
import { SubTitle } from '~/components/common/SubTitle';
|
||||
import { NodeRelated } from '~/components/node/NodeRelated';
|
||||
import { NodeRelatedPlaceholder } from '~/components/node/NodeRelated/placeholder';
|
||||
import { Dialog } from '~/constants/modal';
|
||||
import { URLS } from '~/constants/urls';
|
||||
import { useShowModal } from '~/hooks/modal/useShowModal';
|
||||
import { INode } from '~/types';
|
||||
import { INodeRelated } from '~/types/node';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue