Skip to content

Commit

Permalink
refactor: Fixed some inconsistencies in code structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Alorel committed Dec 18, 2022
1 parent 5b3cc0f commit befee62
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
File renamed without changes.
1 change: 1 addition & 0 deletions src/triggers/combination/index.mts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import './and-or-trigger.mjs';
1 change: 0 additions & 1 deletion src/triggers/core/index.mts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import './and-or-trigger.mjs';
import './item-quantity-trigger.mjs';
import './level-gained-trigger.mjs';
import './mastery-level-trigger.mjs';
Expand Down
1 change: 1 addition & 0 deletions src/triggers/index.mts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import '../option-types/option-types.mjs';
import './combat/index.mjs';
import './combination/index.mjs';
import './core/index.mjs';
import './currency/index.mjs';

0 comments on commit befee62

Please sign in to comment.