refactor: rename files (#1034)
This commit is contained in:
@@ -3,7 +3,7 @@ import { RevisionListEntry } from '@standardnotes/snjs'
|
||||
import { observer } from 'mobx-react-lite'
|
||||
import { Fragment, FunctionComponent } from 'preact'
|
||||
import { useCallback, useEffect, useMemo, useRef, useState } from 'preact/hooks'
|
||||
import { Icon } from '@/Components/Icon'
|
||||
import { Icon } from '@/Components/Icon/Icon'
|
||||
import { useListKeyboardNavigation } from '@/Hooks/useListKeyboardNavigation'
|
||||
import { HistoryListItem } from './HistoryListItem'
|
||||
import { previewHistoryEntryTitle, RemoteRevisionListGroup } from './utils'
|
||||
|
||||
@@ -4,7 +4,7 @@ import { HistoryEntry, SNComponent, SNNote } from '@standardnotes/snjs'
|
||||
import { observer } from 'mobx-react-lite'
|
||||
import { FunctionComponent } from 'preact'
|
||||
import { useEffect, useMemo } from 'preact/hooks'
|
||||
import { ComponentView } from '@/Components/ComponentView'
|
||||
import { ComponentView } from '@/Components/ComponentView/ComponentView'
|
||||
import { LegacyHistoryEntry } from './utils'
|
||||
|
||||
const ABSOLUTE_CENTER_CLASSNAME = 'absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2'
|
||||
|
||||
Reference in New Issue
Block a user