From dc8e9922963f69bc4dc9b3bcc6357b3a7fa4d440 Mon Sep 17 00:00:00 2001 From: sylenien Date: Fri, 26 Aug 2022 12:10:56 +0200 Subject: [PATCH] change(ui): fix file spelling --- frontend/app/components/shared/XRayButton/XRayButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/shared/XRayButton/XRayButton.tsx b/frontend/app/components/shared/XRayButton/XRayButton.tsx index 9c088f9f6..87aee92e0 100644 --- a/frontend/app/components/shared/XRayButton/XRayButton.tsx +++ b/frontend/app/components/shared/XRayButton/XRayButton.tsx @@ -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;