mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove unused
This commit is contained in:
parent
911f6ed099
commit
c06f25682d
2 changed files with 0 additions and 19 deletions
|
|
@ -21,9 +21,6 @@ export type MultiSelectProps = {
|
|||
searchTerm: string | undefined
|
||||
applySearchQuery: (searchQuery: string) => void
|
||||
|
||||
showFilterMenu: boolean
|
||||
setShowFilterMenu: (show: boolean) => void
|
||||
|
||||
numItemsSelected: number
|
||||
multiSelectMode: MultiSelectMode
|
||||
setMultiSelectMode: (mode: MultiSelectMode) => void
|
||||
|
|
|
|||
|
|
@ -1,16 +0,0 @@
|
|||
import { NavigationLayout } from '../../components/templates/NavigationLayout'
|
||||
import { LibraryContainer } from '../../components/templates/library/LibraryContainer'
|
||||
|
||||
export default function Subscriptions(): JSX.Element {
|
||||
return (
|
||||
<NavigationLayout
|
||||
section="subscriptions"
|
||||
pageMetaDataProps={{
|
||||
title: 'Subscriptions',
|
||||
path: '/subscriptions',
|
||||
}}
|
||||
>
|
||||
<LibraryContainer folder="following" />
|
||||
</NavigationLayout>
|
||||
)
|
||||
}
|
||||
Loading…
Reference in a new issue