mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-30 07:06: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
|
@ -7,8 +7,8 @@ import { observer } from 'mobx-react-lite';
|
|||
import { Anchor } from '~/components/common/Anchor';
|
||||
import { Authorized } from '~/components/common/Authorized';
|
||||
import { Filler } from '~/components/common/Filler';
|
||||
import { Logo } from '~/components/common/Logo';
|
||||
import { Button } from '~/components/input/Button';
|
||||
import { Logo } from '~/components/main/Logo';
|
||||
import { Dialog } from '~/constants/modal';
|
||||
import { URLS } from '~/constants/urls';
|
||||
import { useAuth } from '~/hooks/auth/useAuth';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue