mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add subscription type import
This commit is contained in:
parent
8dc2ac8f9d
commit
86ff1eddae
1 changed files with 4 additions and 1 deletions
|
|
@ -24,7 +24,10 @@ import {
|
|||
import { timeAgo } from '../../components/patterns/LibraryCards/LibraryCardStyles'
|
||||
import { theme } from '../../components/tokens/stitches.config'
|
||||
import { useRouter } from 'next/router'
|
||||
import { useGetSubscriptionsQuery } from '../../lib/networking/queries/useGetSubscriptionsQuery'
|
||||
import {
|
||||
SubscriptionType,
|
||||
useGetSubscriptionsQuery,
|
||||
} from '../../lib/networking/queries/useGetSubscriptionsQuery'
|
||||
import { useMemo } from 'react'
|
||||
|
||||
export default function Home(): JSX.Element {
|
||||
|
|
|
|||
Loading…
Reference in a new issue