Dash Component from dash_component_boilerplate

I built a new component using dash_component_boilerplate. Everything works well and the component renders in the test dash app in the repo (usage.py). I am running into issues when I am trying to use the component in a different dash app. Nothing renders on the screen and I am seeing that an error that says the package isn’t in dash_component_suites. Any ideas? I’m guessing I need to call the package somewhere.