File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import * as Styled from './Home.styled.ts';
22import { useEventLoopAnimation } from '../../store/store.ts' ;
33import { isMobile } from '../../utils/isMobile.ts' ;
44import { useEffect } from 'react' ;
5- import { EVENT_LOOP_ID } from '../../constants.ts' ;
5+ import { EVENT_LOOP_ID } from '../../utils/ constants.ts' ;
66
77export default function Home ( ) {
88 const status = useEventLoopAnimation ( ( state ) => state . status ) ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import InfoIcon from '../../../../components/InfoIcon/InfoIcon.tsx';
88import InfoModal from '../../../../components/Modal/Modal.tsx' ;
99import useBoolean from '../../../../utils/useBoolean.tsx' ;
1010import { BaseLayoutElement } from '../../Home.styled.ts' ;
11- import { EVENT_LOOP_ID } from '../../../../constants.ts' ;
11+ import { EVENT_LOOP_ID } from '../../../../utils/ constants.ts' ;
1212
1313function EventLoop ( { className } : { className ?: string } ) {
1414 const animation = useEventLoopAnimation ( ( state ) => state ) ;
Original file line number Diff line number Diff line change 11export const MIN_DESKTOP_WIDTH = 768 ;
2+
3+ export const EVENT_LOOP_ID = 'eventLoopId' ;
You can’t perform that action at this time.
0 commit comments