cozy / cozy-emails

Email Client for Cozy
GNU Affero General Public License v3.0
66 stars 41 forks source link

Remove deadcode #896

Closed aenario closed 7 years ago

aenario commented 7 years ago

I was getting lost in the app trying to figure out which component was using which action and getters. Turns out there was a lot of components that were not used. I also removed most unused imports from remaining components.

I also splitted the libs/notification file into libs/performance libs/realtime and libs/notification, which, while linked, are three different topics.