Added poetry display on userPage

This commit is contained in:
2023-07-31 15:03:56 +03:00
parent e7327945e3
commit 6724a97352
7 changed files with 208 additions and 1 deletions

View File

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