Files
dndbeyond_src/ddb_main/tools/js/CharacterSheet/components/ProficiencyGroups/index.ts
T
2025-05-28 15:36:51 -07:00

5 lines
118 B
TypeScript

import ProficiencyGroups from "./ProficiencyGroups";
export default ProficiencyGroups;
export { ProficiencyGroups };