add missing component

This commit is contained in:
YK 2025-09-13 17:02:00 +03:00
parent 4b45e33cea
commit ce0365963a

View File

@ -19,6 +19,7 @@ pub fn Sidebar () -> impl IntoView {
<hit_points::HitPoints />
<hit_dice::HitDice />
<death_saving_throws::DeathSavingThrows />
<spell_slots::SpellSlots />
</aside>
}
}