Allow passing children as text

This commit is contained in:
Jackson Harper 2023-03-31 15:57:17 +08:00
parent 3fdc199401
commit ddb32a7704

View file

@ -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 {