Skip to content

Commit

Permalink
fix: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lawvs committed Feb 13, 2025
1 parent cecd183 commit 3a07030
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/mobile/src/modules/entry-list/entry-list-article.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { useEntry } from "@/src/store/entry/hooks"
import { debouncedFetchEntryContentByStream } from "@/src/store/entry/store"

import { EntryItemContextMenu } from "../context-menu/entry"
import { TimelineSelectorList } from "../screen/timeline-selector-list"
import { TimelineSelectorList } from "../screen/TimelineSelectorList"
import { LoadArchiveButton } from "./action"
import { ItemSeparator } from "./ItemSeparator"

Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/src/modules/entry-list/entry-list-social.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { useEntry } from "@/src/store/entry/hooks"
import { debouncedFetchEntryContentByStream } from "@/src/store/entry/store"

import { EntryItemContextMenu } from "../context-menu/entry"
import { TimelineSelectorList } from "../screen/timeline-selector-list"
import { TimelineSelectorList } from "../screen/TimelineSelectorList"
import { LoadArchiveButton } from "./action"
import { ItemSeparator } from "./ItemSeparator"

Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/src/modules/entry-list/entry-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { FeedViewType } from "@follow/constants"

import { EntryListContentGrid } from "@/src/modules/entry-list/entry-list-gird"
import { useSelectedView } from "@/src/modules/screen/atoms"
import { TimelineSelectorHeader } from "@/src/modules/screen/timeline-selector-header"

import { TimelineSelectorHeader } from "../screen/TimelineSelectorHeader"
import { EntryListContentArticle } from "./entry-list-article"

export function EntryListScreen({ entryIds }: { entryIds: string[] }) {
Expand Down

0 comments on commit 3a07030

Please sign in to comment.