README
React Shared Components
This package is to provide components which are
Uses multiple packages from
packages-module
to form a composite compoennt. For example, if we write a component that is dependent onaccount-api
andgit-api
, since it depends on two package's graphql generated code, we can add that component here.Components that are used multiple times between
packages-modules
and which are generic and don't belong to any of the module can be placed here.