mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
refactor main components and IProps
This commit is contained in:
parent
85a182c053
commit
efbaf13151
124 changed files with 235 additions and 256 deletions
|
@ -1,11 +1,11 @@
|
|||
import { FC } from 'react';
|
||||
|
||||
import { Anchor } from '~/components/common/Anchor';
|
||||
import { Container } from '~/components/common/Container';
|
||||
import { Button } from '~/components/input/Button';
|
||||
import { Role } from '~/constants/auth';
|
||||
import { Dialog } from '~/constants/modal';
|
||||
import { NODE_TYPES } from '~/constants/node';
|
||||
import { Container } from '~/containers/main/Container';
|
||||
import { useAuth } from '~/hooks/auth/useAuth';
|
||||
import { useShowModal } from '~/hooks/modal/useShowModal';
|
||||
import markdown from '~/styles/common/markdown.module.scss';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue