mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove unused import
This commit is contained in:
parent
60c77bb5f8
commit
60db01a308
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ import {
|
|||
import { StyledText } from '../../components/elements/StyledText'
|
||||
import Link from 'next/link'
|
||||
import { formattedShortDate } from '../../lib/dateFormatting'
|
||||
import { Box } from '../../components/elements/LayoutPrimitives'
|
||||
|
||||
export default function SubscriptionsPage(): JSX.Element {
|
||||
const { subscriptions, revalidate, isValidating } = useGetSubscriptionsQuery()
|
||||
|
|
|
|||
Loading…
Reference in a new issue