chore: move constants file
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
import { KeyboardKey } from '@/services/ioService';
|
||||
import {
|
||||
FOCUSABLE_BUT_NOT_TABBABLE,
|
||||
MILLISECONDS_IN_A_DAY,
|
||||
} from '@/views/constants';
|
||||
import { FOCUSABLE_BUT_NOT_TABBABLE, MILLISECONDS_IN_A_DAY } from '@/constants';
|
||||
import {
|
||||
StateUpdater,
|
||||
useCallback,
|
||||
|
||||
Reference in New Issue
Block a user