Modules in react
Module is a collection of related components that create a sepecific view
Usecase : a sales page where we might have a table with each row as its own component. We're just going to be bundling all those components up that create a view, a page and a module.