In my app i have Snackbar component which is used in multiple other components.
At the moment im importing the Snackbar component into each component, where it will be used, and all is working fine
Was wondering if it possible to import the Snackbar component globally only once and access it from any other component without explicitly importing it into each component?