mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix imports
This commit is contained in:
parent
1feee4d7cf
commit
40266422ab
2 changed files with 1 additions and 3 deletions
|
|
@ -4,12 +4,11 @@ import type { LinkedItemCardProps } from './CardTypes'
|
|||
import { CoverImage } from '../../elements/CoverImage'
|
||||
import dayjs from 'dayjs'
|
||||
import relativeTime from 'dayjs/plugin/relativeTime'
|
||||
import { ChangeEvent, useCallback, useState } from 'react'
|
||||
import { useCallback, useState } from 'react'
|
||||
import Link from 'next/link'
|
||||
import {
|
||||
AuthorInfoStyle,
|
||||
CardCheckbox,
|
||||
DescriptionStyle,
|
||||
LibraryItemMetadata,
|
||||
MetaStyle,
|
||||
siteName,
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ import {
|
|||
siteName,
|
||||
TitleStyle,
|
||||
MenuStyle,
|
||||
Fallback,
|
||||
} from './LibraryCardStyles'
|
||||
import { sortedLabels } from '../../../lib/labelsSort'
|
||||
import { LIBRARY_LEFT_MENU_WIDTH } from '../../templates/homeFeed/LibraryFilterMenu'
|
||||
|
|
|
|||
Loading…
Reference in a new issue