mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Make help boxes client side so they dont flicker because they are disabled client side
This commit is contained in:
parent
a886876b4e
commit
38891567f3
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
'use client'
|
||||
|
||||
import { HStack, SpanBox, VStack } from './LayoutPrimitives'
|
||||
import { ArrowRightIcon } from './icons/ArrowRightIcon'
|
||||
import { theme } from '../tokens/stitches.config'
|
||||
import { Button } from './Button'
|
||||
import { CloseIcon } from './icons/CloseIcon'
|
||||
|
|
|
|||
Loading…
Reference in a new issue