Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelolo24 committed Apr 5, 2024
1 parent ccccc5e commit 4f12258
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import { NotePreviews } from '../../../open_timeline/note_previews';
import type { TimelineResultNote } from '../../../open_timeline/types';
import { getTimelineNoteSelector } from './selectors';
import { DetailsPanel } from '../../../side_panel';
import { getScrollToTopSelector } from '../../tabs_content/selectors';
import { getScrollToTopSelector } from '../selectors';
import { useScrollToTop } from '../../../../../common/components/scroll_to_top';
import { useUserPrivileges } from '../../../../../common/components/user_privileges';
import { FullWidthFlexGroup, VerticalRule } from '../shared/layout';
Expand Down

0 comments on commit 4f12258

Please sign in to comment.