Add PerformerSelect as loadable component (#5528)

* Add PerformerSelect to loadable components
* Add PerformerSelect to example plugin
This commit is contained in:
WithoutPants
2024-12-04 14:15:32 +11:00
committed by GitHub
parent 8c8be22fe4
commit cacfe5a268
2 changed files with 10 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ export const PluginApi = {
loadableComponents: {
// add components as needed for plugins that provide pages
SceneCard: () => import("./components/Scenes/SceneCard"),
PerformerSelect: () => import("./components/Performers/PerformerSelect"),
},
components,
utils: {