From d476961066a189cb6eaddc5f45b52791e9fa91e7 Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Tue, 26 Jan 2021 18:57:56 +0100 Subject: [PATCH] Clean import inutiles --- module/rdd-astrologie-editeur.js | 1 - module/rdd-astrologie-joueur.js | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/module/rdd-astrologie-editeur.js b/module/rdd-astrologie-editeur.js index 7b539588..b09ff7c4 100644 --- a/module/rdd-astrologie-editeur.js +++ b/module/rdd-astrologie-editeur.js @@ -1,4 +1,3 @@ -import { Misc } from "./misc.js"; /** * Extend the base Dialog entity by defining a custom window to perform roll. diff --git a/module/rdd-astrologie-joueur.js b/module/rdd-astrologie-joueur.js index ab612adb..eccad906 100644 --- a/module/rdd-astrologie-joueur.js +++ b/module/rdd-astrologie-joueur.js @@ -1,7 +1,5 @@ import { RdDItemCompetence } from "./item-competence.js"; -import { Misc } from "./misc.js"; -import { RdDCalendrier } from "./rdd-calendrier.js"; -import { RdDUtility } from "./rdd-utility.js"; + /** * Extend the base Dialog entity by defining a custom window to perform roll.