Show subtitles for various actor types in actor directory

This commit is contained in:
Carlos Fernandez 2025-11-24 20:58:20 -05:00
parent d137e33c3d
commit b3fcf926be
6 changed files with 53 additions and 0 deletions

View file

@ -1,2 +1,3 @@
export { default as DaggerheartMenu } from './tabs/daggerheartMenu.mjs';
export { default as DhActorDirectory } from './tabs/actorDirectory.mjs';
export { default as DhSidebar } from './sidebar.mjs';