Remove unused import
							parent
							
								
									13e1fe4fe3
								
							
						
					
					
						commit
						3297857688
					
				|  | @ -1,4 +1,3 @@ | |||
| import { AcksActor } from '../actor/entity.js'; | ||||
| import { AcksDice } from "../dice.js"; | ||||
| 
 | ||||
| export class AcksCharacterCreator extends FormApplication { | ||||
|  | @ -6,8 +5,7 @@ export class AcksCharacterCreator extends FormApplication { | |||
|     const options = super.defaultOptions; | ||||
|     options.classes = ["acks", "dialog", "creator"], | ||||
|     options.id = 'character-creator'; | ||||
|     options.template = | ||||
|       'systems/acks/templates/actors/dialogs/character-creation.html'; | ||||
|     options.template = 'systems/acks/templates/actors/dialogs/character-creation.html'; | ||||
|     options.width = 235; | ||||
|     return options; | ||||
|   } | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue