You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is lot of duplicated lines of code due to some components implementing the same functions. This could be moved to services which give rest of components all those repeatable functions.
Expected behaviour
No more duplicated code.
Checklist
Posts service
Users service
The text was updated successfully, but these errors were encountered:
Description
Currently there is lot of duplicated lines of code due to some components implementing the same functions. This could be moved to services which give rest of components all those repeatable functions.
Expected behaviour
No more duplicated code.
Checklist
The text was updated successfully, but these errors were encountered: