|
@@ -16,8 +16,8 @@ import { JournalSpellbookComponent } from './journal-spellbook/journal-spellbook
|
|
import { JournalSpellcardsComponent } from './journal-spellcards/journal-spellcards.component';
|
|
import { JournalSpellcardsComponent } from './journal-spellcards/journal-spellcards.component';
|
|
import { JournalCharacterComponent } from './journal-character/journal-character.component';
|
|
import { JournalCharacterComponent } from './journal-character/journal-character.component';
|
|
import { InfopanelComponent } from './journal-home/infopanel/infopanel.component';
|
|
import { InfopanelComponent } from './journal-home/infopanel/infopanel.component';
|
|
-import { AttributeFieldComponent } from './journal-stats/attribute-skill-container/attribute-field/attribute-field.component';
|
|
|
|
-import { SkillFieldComponent } from './journal-stats/attribute-skill-container/skill-field/skill-field.component';
|
|
|
|
|
|
+import { AttributeFieldComponent } from './journal-stats/attribute-skill-container/attribute-panel/attribute-field/attribute-field.component';
|
|
|
|
+import { SkillFieldComponent } from './journal-stats/attribute-skill-container/skill-panel/skill-field/skill-field.component';
|
|
import { AttributeSkillContainerComponent } from './journal-stats/attribute-skill-container/attribute-skill-container.component';
|
|
import { AttributeSkillContainerComponent } from './journal-stats/attribute-skill-container/attribute-skill-container.component';
|
|
import { LifeContainerComponent } from './journal-stats/life-container/life-container.component';
|
|
import { LifeContainerComponent } from './journal-stats/life-container/life-container.component';
|
|
import { WeaponsContainerComponent } from './journal-stats/weapons-container/weapons-container.component';
|
|
import { WeaponsContainerComponent } from './journal-stats/weapons-container/weapons-container.component';
|
|
@@ -53,6 +53,9 @@ import { WeaponDetailsComponent } from './journal-stats/weapons-container/weapon
|
|
import { SpellDetailsComponent } from './journal-stats/weapons-container/spell-table/spell-details/spell-details.component';
|
|
import { SpellDetailsComponent } from './journal-stats/weapons-container/spell-table/spell-details/spell-details.component';
|
|
import { AttributePanelComponent } from './journal-stats/attribute-skill-container/attribute-panel/attribute-panel.component';
|
|
import { AttributePanelComponent } from './journal-stats/attribute-skill-container/attribute-panel/attribute-panel.component';
|
|
import { SkillPanelComponent } from './journal-stats/attribute-skill-container/skill-panel/skill-panel.component';
|
|
import { SkillPanelComponent } from './journal-stats/attribute-skill-container/skill-panel/skill-panel.component';
|
|
|
|
+import { SaveThrowPanelComponent } from './journal-stats/attribute-skill-container/save-throw-panel/save-throw-panel.component';
|
|
|
|
+import { SaveThrowFieldComponent } from './journal-stats/attribute-skill-container/save-throw-panel/save-throw-field/save-throw-field.component';
|
|
|
|
+import { ProficiencyFieldComponent } from './journal-stats/attribute-skill-container/proficiency-field/proficiency-field.component';
|
|
|
|
|
|
@NgModule({
|
|
@NgModule({
|
|
declarations: [
|
|
declarations: [
|
|
@@ -100,6 +103,9 @@ import { SkillPanelComponent } from './journal-stats/attribute-skill-container/s
|
|
SpellDetailsComponent,
|
|
SpellDetailsComponent,
|
|
AttributePanelComponent,
|
|
AttributePanelComponent,
|
|
SkillPanelComponent,
|
|
SkillPanelComponent,
|
|
|
|
+ SaveThrowPanelComponent,
|
|
|
|
+ SaveThrowFieldComponent,
|
|
|
|
+ ProficiencyFieldComponent,
|
|
],
|
|
],
|
|
imports: [
|
|
imports: [
|
|
CommonModule,
|
|
CommonModule,
|