gazpachu/hypatia

Move pages to containers

gazpachu opened this issue · 1 comments

At the moment, all components are in the same folder. We should divide them between, the smart ones (with data fetching/updating) and the purely UI ones (mostly reusable).

Would you like to use the Container/Presentational pattern?