1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fix: avatar upload and logout

This commit is contained in:
Fedor Katurov 2023-03-17 18:13:04 +06:00
parent 315ba31014
commit bb163eae8f
4 changed files with 41 additions and 19 deletions

View file

@ -1,8 +1,7 @@
import React, { FC } from 'react';
import { FC } from 'react';
import { Filler } from '~/components/containers/Filler';
import { Button } from '~/components/input/Button';
import { ProfileSettings } from '~/components/profile/ProfileSettings';
import { useStackContext } from '~/components/sidebar/SidebarStack';
import { SidebarStackCard } from '~/components/sidebar/SidebarStackCard';
import { UserSettingsView } from '~/containers/settings/UserSettingsView';