mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Allow passing children as text
This commit is contained in:
parent
3fdc199401
commit
ddb32a7704
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
/* eslint-disable react/no-children-prop */
|
||||
import { BookOpen, PencilLine } from 'phosphor-react'
|
||||
import { Fragment, useMemo, useState } from 'react'
|
||||
import { useState } from 'react'
|
||||
import type { Highlight } from '../../lib/networking/fragments/highlightFragment'
|
||||
import { LabelChip } from '../elements/LabelChip'
|
||||
import {
|
||||
|
|
|
|||
Loading…
Reference in a new issue