Added sign out button to user page

This commit is contained in:
2023-07-27 20:07:25 +03:00
parent d93b2e131c
commit 50c2b0a615
7 changed files with 52 additions and 12 deletions

View File

@ -11,3 +11,4 @@ export { default as BackHeader } from './BackHeader'
export { default as CategoryPreview } from './CategoryPreview'
export { default as StoriesPreview } from './StoriesPreview'
export { default as Points } from './Points'
export { default as SignOut } from './SignOut'