Add missing import

This commit is contained in:
Jackson Harper 2023-03-08 18:08:13 +08:00
parent 72834b2cbe
commit 84dee7cf34

View file

@ -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',