Fight with imports a bit

This commit is contained in:
Jackson Harper
2023-10-04 18:04:58 +08:00
parent 218dd767fc
commit 44a4ec5360
3 changed files with 129 additions and 96 deletions

View File

@ -1,9 +1,7 @@
import { Separator } from '@radix-ui/react-separator'
import { ArchiveBox, Notebook, Info, Trash, Tray, Tag } from 'phosphor-react'
import { ArticleAttributes } from '../../../lib/networking/queries/useGetArticleQuery'
import { Button } from '../../elements/Button'
import { Box, SpanBox } from '../../elements/LayoutPrimitives'
import { TooltipWrapped } from '../../elements/Tooltip'
import { styled, theme } from '../../tokens/stitches.config'
import { ReaderSettings } from '../../../lib/hooks/useReaderSettings'
import { useRef } from 'react'