mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add missing import
This commit is contained in:
parent
72834b2cbe
commit
84dee7cf34
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ import { Button } from '../../elements/Button'
|
|||
import { theme } from '../../tokens/stitches.config'
|
||||
import { HighlightItem } from '../../templates/homeFeed/HighlightItem'
|
||||
import { getHighlightLocation } from '../../templates/article/NotebookModal'
|
||||
import { Highlight } from '../../../lib/networking/fragments/highlightFragment'
|
||||
|
||||
export const GridSeparator = styled(Box, {
|
||||
height: '1px',
|
||||
|
|
|
|||
Loading…
Reference in a new issue