Make help boxes client side so they dont flicker because they are disabled client side

This commit is contained in:
Jackson Harper
2023-09-04 15:11:54 +08:00
parent a886876b4e
commit 38891567f3

View File

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