diff --git a/front/src/Api/iframe/Navigation.ts b/front/src/Api/iframe/Navigation.ts index e1c072bf..b006011c 100644 --- a/front/src/Api/iframe/Navigation.ts +++ b/front/src/Api/iframe/Navigation.ts @@ -1,9 +1,7 @@ import type { GoToPageEvent } from '../Events/GoToPageEvent'; import type { OpenTabEvent } from '../Events/OpenTabEvent'; import { IframeApiContribution, sendToWorkadventure } from './IframeApiContribution'; -import {LoadPageEvent} from "../Events/LoadPageEvent"; -import type { LoadPageEvent } from '../Events/LoadPageEvent'; class WorkadventureNavigationCommands extends IframeApiContribution { @@ -32,16 +30,12 @@ class WorkadventureNavigationCommands extends IframeApiContribution>>>>>> Stashed changes + } + }); } }