From 866985326b4cdc41fd61d89142383018f0108a52 Mon Sep 17 00:00:00 2001 From: David Perez Date: Tue, 28 Jul 2020 11:35:30 +0200 Subject: [PATCH] Fixing merge issue --- front/src/Phaser/Entity/body_character.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/front/src/Phaser/Entity/body_character.ts b/front/src/Phaser/Entity/body_character.ts index f56de7c1..efa82c15 100644 --- a/front/src/Phaser/Entity/body_character.ts +++ b/front/src/Phaser/Entity/body_character.ts @@ -1,5 +1,3 @@ -import {Character} from "./character_animation"; - export interface BodyResourceDescriptionInterface { name: string, img: string