Make help boxes client side so they dont flicker because they are disabled client side
This commit is contained in:
@ -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'
|
||||
|
||||
Reference in New Issue
Block a user