I would like to pass a module Library with react components to a module Menu for instance. If the Library has a PageSubtitle component it will use it if not it will use its own.
But I guess I could use records. Buy I just thought if I could make PageTitle module optional it would be cleaner.