What are provide and inject?
they allow dependency injection between ancestor and descendant component.
provide Declares values in a parent
inject lets child to access those values directly without using props
useful for global values like theme, use info or services