Update class imports to use fully qualified Foundry paths
This commit is contained in:
parent
c26574d2d1
commit
2a797ed8ed
10 changed files with 41 additions and 23 deletions
|
@ -2,7 +2,7 @@
|
|||
//
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
export class DS4ActiveEffectConfig extends ActiveEffectConfig {
|
||||
export class DS4ActiveEffectConfig extends foundry.applications.sheets.ActiveEffectConfig {
|
||||
/** @override */
|
||||
static get defaultOptions() {
|
||||
return foundry.utils.mergeObject(super.defaultOptions, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue