refactor: types and constants directories
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { FOCUSABLE_BUT_NOT_TABBABLE } from '@/Constants'
|
||||
import { FOCUSABLE_BUT_NOT_TABBABLE } from '@/Constants/Constants'
|
||||
import { FunctionComponent } from 'react'
|
||||
|
||||
type HistoryListItemProps = {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { confirmDialog } from '@/Services/AlertService'
|
||||
import { STRING_RESTORE_LOCKED_ATTEMPT } from '@/Strings'
|
||||
import { STRING_RESTORE_LOCKED_ATTEMPT } from '@/Constants/Strings'
|
||||
import { WebApplication } from '@/Application/Application'
|
||||
import { ViewControllerManager } from '@/Services/ViewControllerManager'
|
||||
import { getPlatformString } from '@/Utils'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { DAYS_IN_A_WEEK, DAYS_IN_A_YEAR } from '@/Constants'
|
||||
import { DAYS_IN_A_WEEK, DAYS_IN_A_YEAR } from '@/Constants/Constants'
|
||||
import { HistoryEntry, NoteHistoryEntry, RevisionListEntry } from '@standardnotes/snjs'
|
||||
import { calculateDifferenceBetweenDatesInDays } from '../../Utils/CalculateDifferenceBetweenDatesInDays'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user