change(ui): fix file spelling

This commit is contained in:
sylenien 2022-08-26 12:10:56 +02:00
parent 47b7745b9f
commit dc8e992296

View file

@ -4,7 +4,7 @@ import cn from 'classnames';
import { Popup } from 'UI';
import GuidePopup, { FEATURE_KEYS } from 'Shared/GuidePopup';
import { Controls as Player } from 'Player';
import { INDEXES } from 'App/constants/zIndex';
import { INDEXES } from 'App/constants/zindex';
interface Props {
onClick?: () => void;