Skip to content

Commit

Permalink
fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
alesmaye committed Aug 27, 2024
1 parent 3726b9b commit ac72a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ts/components/touchcontroloverlay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { EventDispatcher, NoArgs, Event as EDEvent } from '../eventdispatcher';
import { Timeout } from '../timeout';
import { HTMLElementWithComponent } from '../dom';
import { Label, LabelConfig } from './label';
import { i18n } from '../main';
import { i18n } from '../localization/i18n';

export interface TouchControlOverlayConfig extends ContainerConfig {
/**
Expand Down

0 comments on commit ac72a2c

Please sign in to comment.