use absolute imports

This commit is contained in:
Athou
2023-05-05 14:55:03 +02:00
parent e7931bf360
commit 01102ae973
9 changed files with 16 additions and 16 deletions

View File

@@ -17,10 +17,10 @@ import { openLinkInBackgroundTab } from "app/utils"
import { KeyboardShortcutsHelp } from "components/KeyboardShortcutsHelp"
import { Loader } from "components/Loader"
import { useMousetrap } from "hooks/useMousetrap"
import { useViewMode } from "hooks/useViewMode"
import throttle from "lodash/throttle"
import { useEffect } from "react"
import InfiniteScroll from "react-infinite-scroller"
import { useViewMode } from "../../hooks/useViewMode"
import { FeedEntry } from "./FeedEntry"
export function FeedEntries() {