1
0
Fork 0
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:
Fedor Katurov 2023-11-22 19:59:17 +06:00
parent 85a182c053
commit efbaf13151
124 changed files with 235 additions and 256 deletions

View file

@ -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';