Refactored Rating component

Separated annDetails, added to userPage, made actually operating
This commit is contained in:
2023-08-08 18:36:47 +03:00
parent f432193508
commit d9925647c6
9 changed files with 124 additions and 114 deletions

View File

@ -14,4 +14,4 @@ export { default as Points } from './Points'
export { default as SignOut } from './SignOut'
export { default as Poetry } from './Poetry'
export { default as SelectDisposalTrashbox } from './SelectDisposalTrashbox'
export { default as Rating } from './Rating'
export { default as StarRating } from './StarRating'