refactor: prefer type imports and sort imports
This commit is contained in:
parent
8d2cff77d7
commit
9cffa4df04
49 changed files with 124 additions and 105 deletions
|
@ -7,7 +7,8 @@ import { getGame } from "../../helpers";
|
|||
import { createCheckRoll } from "../../rolls/check-factory";
|
||||
import notifications from "../../ui/notifications";
|
||||
import { DS4Item } from "../item";
|
||||
import { AttackType } from "./weapon-data-source";
|
||||
|
||||
import type { AttackType } from "./weapon-data-source";
|
||||
|
||||
export class DS4Weapon extends DS4Item {
|
||||
/** @override */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue